Branch Coverage

blib/lib/Assert/Refute/T/Array.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
88 3 2 if (ref $match eq 'Regexp') { }
1 1 elsif (&blessed($match) and $match->isa('Assert::Refute::Contract')) { }
1 0 elsif (UNIVERSAL::isa($match, 'CODE')) { }
121 2 5 if @$list < 2
137 3 7 unless &$block()
140 2 3 !@bad ? :
190 2 2 if @$list < 2