File Coverage

/tmp/ms7p7G_Hxl
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   13457818 has num =>
  4         25  
  4         117  
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 6     6   30 1;