Conversation
Contributor
Coverage ReportThis is an automatic coverage report for 8889c0e, proudly generated by Dart Coverage Assistant 🎯🧪. Monorepo coverageThis repository contains 3 Dart projects. This is is the total coverage across all of them:
|
| File | Line Percentage | Line Count |
|---|---|---|
| lib/src/domain | ||
| iterable_removed_x.dart | 100.00 | 15 |
| lib/src/domain/model/point | ||
| point.dart | 100.00 | 2 |
| point.g.dart | 44.44 | 9 |
| lib/src/domain/model/sketch | ||
| sketch.dart | 100.00 | 1 |
| sketch.g.dart | 57.14 | 7 |
| lib/src/domain/model/sketch_line | ||
| sketch_line.dart | 100.00 | 2 |
| sketch_line.g.dart | 58.33 | 12 |
| lib/src/view | ||
| scribble.dart | 100.00 | 32 |
| scribble_sketch.dart | 0.00 | 7 |
| pan_gesture_catcher.dart | 75.00 | 16 |
| lib/src/view/notifier | ||
| scribble_notifier.dart | 49.67 | 153 |
| lib/src/view/painting | ||
| point_to_offset_x.dart | 100.00 | 1 |
| sketch_line_path_mixin.dart | 0.00 | 25 |
| scribble_editing_painter.dart | 24.00 | 25 |
| scribble_painter.dart | 30.77 | 13 |
| lib/src/view/simplification | ||
| sketch_simplifier.dart | 100.00 | 15 |
| lib/src/view/state | ||
| scribble.state.dart | 37.50 | 16 |
| scribble.state.g.dart | 0.00 | 53 |
simpli
Polyline simplification algorithms, made simple! Sporting exciting algorithms such as Ramer-Douglas-Peucker and Visvalingam.
Coverage Details for simpli
| File | Line Percentage | Line Count |
|---|---|---|
| lib/src/data | ||
| rdp_simplifier.dart | 100.00 | 18 |
| utils.dart | 100.00 | 10 |
| visvalingam_simplifier.dart | 100.00 | 42 |
value_notifier_tools
Helpful lightweight tools for working with ValueNotifiers
Coverage Details for value_notifier_tools
| File | Line Percentage | Line Count |
|---|---|---|
| lib/src/history_value_notifier | ||
| history_value_notifier.dart | 100.00 | 1 |
| history_value_notifier_mixin.dart | 100.00 | 45 |
| lib/src/select_value_notifier | ||
| select_value_notifier.dart | 100.00 | 12 |
| lib/src/where_value_notifier | ||
| where_value_notifier_mixin.dart | 100.00 | 7 |
| where_value_notifier.dart | 100.00 | 1 |
| where_value_notifier_from_parent.dart | 100.00 | 14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist