File Coverage

blib/lib/App/Alice/Test/NullHistory.pm
Criterion Covered Total %
statement 4 5 80.0
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 2 0.0
total 6 10 60.0


line stmt bran cond sub pod time code
1             package App::Alice::Test::NullHistory;
2              
3 3     3   2046 use Any::Moose;
  3         7  
  3         24  
4              
5 2     2 0 9 sub store {}
6 0     0 0   sub search {}
7              
8             __PACKAGE__->meta->make_immutable;
9             1;