Branch Coverage

blib/lib/Salus.pm
Criterion Covered Total %
branch 14 18 77.7


line true false branch
22 16 12 unless $ref
23 2 10 if $ref eq "ARRAY"
24 10 0 if $ref eq "HASH"
35 0 3 exists $import{'header'} ? :
2 1 if (exists $import{'header'} ? $import{'header'} : $import{'all'})
44 0 3 exists $import{'new'} ? :
2 1 if (exists $import{'new'} ? $import{'new'} : $import{'all'})
60 0 8 $_->{'index'} ? :
65 8 6 unless ($indexes{$i})