test_cov_console 0.2.2
test_cov_console: ^0.2.2 copied to clipboard
Command line utility to read lcov.info and print the coverage report to console.
We analyzed this package in the last hour, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
12 out of 43 API elements (27.9 %) have documentation comments.
Some symbols that are missing documentation: test_cov_console, test_cov_console.FileEntity.directory, test_cov_console.FileEntity.fileName, test_cov_console.Option, test_cov_console.Option.Option.new.
10/10 points: Package has an example
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:test_cov_console/test_cov_console.dartthat imports:package:test_cov_console/src/print_cov.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/parser.dart:15:13
╷
15 │ /// to Map<String, dynamic>, for instance
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/parser.dart:90:30
╷
90 │ /// Return help text in Map<String, dynamic> with [error] message
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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.13, Dart 3.12.2.
Check the analysis log for details.