File Coverage

/tmp/WkZRrKKDTy
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             package Bar;
2 2     2   4742032 use Mite::Shim;
  2         12  
  2         68  
3             has num =>
4             lazy => 1,
5             isa => 'Int',
6             reader => 1,
7             writer => 1,
8             accessor => 1,
9             clearer => 1,
10             predicate => 1,
11 1     1   7 builder => sub { 9.5 };
12             1;