File Coverage

/tmp/4E0FVuWWVM
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 4     4   11073483 has num =>
  4         32  
  4         85  
3             lazy => 1,
4             isa => 'Int',
5             reader => 1,
6             writer => 1,
7             accessor => 1,
8             clearer => 1,
9             predicate => 1,
10             builder => sub { 9.5 };
11 3     3   9 1;