File Coverage

blib/lib/Test/Attean/StoreCleanup.pm
Criterion Covered Total %
statement 17 17 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod 0 1 0.0
total 24 25 96.0


line stmt bran cond sub pod time code
1              
2             use v5.14;
3 2     2   1126 use warnings;
  2         7  
4 2     2   11 use Test::Roo::Role;
  2         7  
  2         53  
5 2     2   10 use Test::Moose;
  2         4  
  2         17  
6 2     2   2431 use Attean;
  2         5  
  2         10  
7 2     2   979 use Attean::RDF;
  2         4  
  2         10  
8 2     2   9  
  2         11  
  2         10  
9              
10       22 0   1;