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   1003 use warnings;
  2         4  
4 2     2   9 use Test::Roo::Role;
  2         4  
  2         39  
5 2     2   8 use Test::Moose;
  2         4  
  2         22  
6 2     2   1743 use Attean;
  2         4  
  2         9  
7 2     2   800 use Attean::RDF;
  2         3  
  2         9  
8 2     2   8  
  2         3  
  2         9  
9              
10       22 0   1;