lcov_dart 7.0.0 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.
We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 160):
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.dev">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.
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
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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.
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
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.16.0 | 1.16.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.