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
120/ 160
pub points
22.2k
downloads

We analyzed this package 47 hours ago, and awarded it 120 pub points (of a possible 160):

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

Partially passed check 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.

Failed check 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.dev">Dart</a>.</p>
  │                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

Failed check 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.

Failed check 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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

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

Some symbols that are missing documentation: lcov.Token.Token.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

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

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
22.2k
downloads

Publisher

verified publishermuha.dev

Weekly Downloads

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