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 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 68 API elements (98.5 %) have documentation comments.
Some symbols that are missing documentation: lcov.Token.Token.new.
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Statements in an if should be enclosed in a block.
lib/src/function_coverage.dart:30:26
╷
30 │ if (data.isNotEmpty) buffer
│ ┌──────────────────────────^
31 │ │ ..writeAll(data.map<String>((item) => item.toString(asDefinition: true)), "\n")..writeln()
32 │ └ ..writeAll(data.map<String>((item) => item.toString()), "\n")..writeln();
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/function_coverage.dart
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.12.0 | 4.12.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
- | 1.19.0 | 1.19.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.23.19, Dart 3.13.4.
Check the analysis log for details.