File Coverage

/tmp/uFjc8_FLlX
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Foo;
2              
3 2     2   5093007 use Mite::Shim;
  2         5  
  2         24  
4              
5             has things =>
6             is => 'rw',
7             default => 23;
8              
9             1;