Branch Coverage

blib/lib/Bread/Board/Types.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
40 35 68 unless (&blessed($dep))
41 1 34 if (ref $dep eq 'HASH') { }
3 31 elsif (ref $dep eq 'ARRAY') { }
73 50 53 if ($dep->isa('Bread::Board::Dependency')) { }