File Coverage

/tmp/41t7fRmwS3
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 6     6   23609515 use Mite::Shim;
  6         132  
  6         278  
3             has num =>
4             is => 'rw',
5             isa => 'Int',
6             default => 99;
7             1;