coverage 1.6.3
coverage: ^1.6.3 copied to clipboard
Coverage data manipulation and formatting
80
likes
110/ 140
pub points
100%
popularity
We analyzed this package 29 hours ago, and awarded it 110 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:9:1
╷
9 │ <a href="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</a> or pretty-printed format.</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:365:9
╷
365 │ <li>Add <a href="http://bazel.io">Bazel</a> support to <code>format_coverage</code>.</li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 39 out of 63 API elements (61.9 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:coverage/coverage.dart
that imports:package:coverage/src/run_and_collect.dart
that imports:package:coverage/src/util.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.0.0 |
2.4.2 | 2.4.2 |
logging |
^1.0.0 |
1.2.0 | 1.2.0 |
package_config |
^2.0.0 |
2.1.0 | 2.1.0 |
path |
^1.8.0 |
1.8.3 | 1.8.3 |
source_maps |
^0.10.10 |
0.10.12 | 0.10.12 |
stack_trace |
^1.10.0 |
1.11.0 | 1.11.0 |
vm_service |
>=9.4.0 <12.0.0 |
11.6.0 | 11.6.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.17.2 | 1.17.2 |
source_span |
- | 1.10.0 | 1.10.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
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: Package is Dart 3 compatible!
Analysed with Pana 0.21.32
, Dart 3.0.2
.