Branch Coverage

blib/lib/Test/Proto.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
81 5 1 if 1 == scalar @_
92 1 1 if 1 == scalar @_
103 1 1 if 1 == scalar @_
127 9 1 if (1 == scalar @_) { }
129 2 7 if (not ref $_[0]) { }
0 7 elsif (blessed($_[0]) and $_[0]->isa('Test::Proto::Base')) { }
0 7 elsif (ref $_[0] =~ /^(?:HASH|ARRAY)$/) { }
139 1 6 if blessed($_[0])