LCOV - code coverage report
Current view: top level - chart - chart_point.dart (source / functions) Hit Total Coverage
Test: lcov_filtered.info Lines: 1 1 100.0 %
Date: 2019-08-23 11:26:09 Functions: 0 0 -

          Line data    Source code
       1             : class ChartPoint {
       2             :   final double x;
       3             :   final double y;
       4             : 
       5           2 :   ChartPoint(this.x, this.y);
       6             : }

Generated by: LCOV version 1.14