File Coverage

/tmp/lES7r7HRMZ
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 3     3   7794312 has num =>
  3         20  
  3         124  
3             lazy => 1,
4             isa => 'Int',
5             reader => 1,
6             writer => 1,
7             accessor => 1,
8             clearer => 1,
9             predicate => 1,
10             builder => sub { 99 };
11 4     4   16 1;