LCOV - code coverage report
Current view: top level - common - pair.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 Pair<T, S> {
       2           2 :   Pair(this.left, this.right);
       3             : 
       4             :   final T left;
       5             :   final S right;
       6             : }

Generated by: LCOV version 1.14