File Coverage

/tmp/8SBoR9NHcJ
Criterion Covered Total %
statement 6 9 66.6
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 7 10 70.0


line stmt bran cond sub pod time code
1 1     1   824 use Test2::V0;
  1         810  
  1         968  
2              
3 0         0 is(__LINE__, 3, "line numbers are correct");
4 0         0 is(__FILE__, "/tmp/8SBoR9NHcJ", "Got filename");
5 0         0 is(__PACKAGE__, "main", "in main package");
6              
7 1         8 is([caller(0)], [], "no caller");
8              
9 1         1487 is(
10             [],
11             ["foo\n", "bar\n", "baz\n"],
12             "Got data section"
13             );
14              
15             # Edge cases suck :-(
16             __DATA__