File Coverage

/tmp/KDTy5nUFJt
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 Foo3;
2 2     2   4962165 use Mite::Shim;
  2         13  
  2         57  
3             has num =>
4             is => 'rw',
5             isa => 'Int',
6             default => 99;
7             1;