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   1247 use warnings;
  2         7  
4 2     2   12 use Test::Roo::Role;
  2         5  
  2         57  
5 2     2   10 use Test::Moose;
  2         4  
  2         20  
6 2     2   2141 use Attean;
  2         4  
  2         13  
7 2     2   1023 use Attean::RDF;
  2         4  
  2         13  
8 2     2   10  
  2         5  
  2         15  
9              
10       22 0   1;