File Coverage

testlib/Foo.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 0 1 0.0
total 6 7 85.7


line stmt bran cond sub pod time code
1             package Foo;
2              
3 1     1   6 use strict;
  1         2  
  1         69  
4              
5 7     7 0 45 sub new { bless {}, shift; }
6              
7             1;