lcov_dart 7.0.0 copy "lcov_dart: ^7.0.0" to clipboard
lcov_dart: ^7.0.0 copied to clipboard

Parse and format to LCOV your code coverage reports. The best way to share your code coverage stats.

1
likes
100/ 140
pub points
76%
popularity

We analyzed this package 18 hours ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/MohiuddinM/lcov.dart/issues was unreachable. Make sure that the website is reachable via HEAD requests.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:3:21

  ╷
3 │ <p>Parse and format <a href="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</a> coverage reports, in <a href="https://dart.cn">Dart</a>.</p>
  │                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

0/5 points: Provide a valid CHANGELOG.md

Links in `CHANGELOG.md` should be secure. 1 link is insecure.

CHANGELOG.md:82:33

   ╷
82 │ <li>Added a user guide based on <a href="http://www.mkdocs.org">MkDocs</a>.</li>
   │                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

67 out of 67 API elements (100.0 %) have documentation comments.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 23 issues. Showing the first 2:

WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.

lib/lcov.g.dart:11:28

   ╷
11 │       'data': instance.data?.map((e) => e?.toJson())?.toList(),
   │                            ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/lcov.g.dart

WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.

lib/lcov.g.dart:11:42

   ╷
11 │       'data': instance.data?.map((e) => e?.toJson())?.toList(),
   │                                          ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/lcov.g.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
json_annotation ^4.0.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.14.0 1.14.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

1
likes
100
pub points
76%
popularity

Publisher

verified publishermuha.dev

Parse and format to LCOV your code coverage reports. The best way to share your code coverage stats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

json_annotation

More

Packages that depend on lcov_dart