Branch Coverage

blib/lib/KiokuDB/Role/WithDigest.pm
Criterion Covered Total %
branch 1 14 7.1


line true false branch
41 0 272 if (ref $part) { }
54 0 0 unless ref $part
58 0 0 if (&blessed($part)) { }
0 0 elsif (ref $part eq 'ARRAY') { }
0 0 elsif (ref $part eq 'HASH') { }
59 0 0 if ($part->can('kiokudb_object_id')) { }
0 0 elsif ($part->can('digest')) { }