Code Coverage Report
Current view: top level - test/src/commands/report/fixtures/fake_project_1/project/dir_2/dir_1 - file_1.dart Hit Total Coverage
Test: lcov.info Lines: 3 3 100.00 %
Date: 2021-11-07 03:59:47.000

          Line data    Source code
       1             : extension ExtendedStringList on List<String> {
       2           1 :   void printEachWithQuotes([
       3             :     String quote = '"',
       4             :   ]) {
       5           2 :     for (final str in this) {
       6           2 :       // ignore: avoid_print
       7             :       print('$quote$str$quote');
       8             :     }
       9             :   }
      10             : }

Generated by: coverde