File Coverage

/tmp/CUZJ4MUu0j
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 6 100.0


line stmt bran cond sub pod time code
1             use Mite::Shim;
2 2     2   4396560 has foo => 99;
  2         4  
  2         18  
3             has bar => sub { 66 };
4 1     1   10 1;