File Coverage

/tmp/c_9vnDql6u
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   4595268 has num =>
  2         14  
  2         43  
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 1     1   3 1;