LCOV - code coverage report
Current view: top level - Users/yeradis/Projects/Garage/dart/stay_points.dart/lib/src/identification/model - threshold.dart (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 1 1 100.0 %
Date: 2017-10-10 20:17:03 Functions: 0 0 -

          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