blob: 3988f2c2789ae2e9b9972ce25f5b467e094f1785 [file]
package:front_end/main.dart: 39% (14 misses)
package:front_end/main.dart:5:
In 'main':
for (String s in args.map((s) => "$s!").toList()) new Foo(s.length, bar(s)),
^ ^ ^^^ ^^^^^^ ^^^
package:front_end/main.dart:6:
In 'main':
for (String s in args.map((s) => " - $s").toList())
^ ^^^^
package:front_end/main.dart:7:
In 'main':
new Foo(s.length, bar(s)),
^^^ ^^^^^^ ^^^
package:front_end/main.dart:8:
In 'main':
if (1 + 1 == 3) new Foo(42, "42"),
^^^
package:front_end/main.dart:12: No coverage for 'bar' (317).
String bar(String s) {
package:front_end/main.dart:20: No coverage for 'Foo.Foo' (415).
Foo(this.length, this.s);