LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'distance.dart'; 2 : 3 : class Threshold { 4 : final Duration minimumTime; 5 : final Distance minimumDistance; 6 : 7 2 : Threshold({this.minimumTime, this.minimumDistance}); 8 : } |
![]() |
Generated by: LCOV version 1.13 |