Branch Coverage

inc/Test/More.pm
Criterion Covered Total %
branch 26 134 19.4


line true false branch
176 0 7 if (defined $item and $item eq 'no_diag') { }
467 0 0 unless ($class)
473 0 0 unless (@methods)
481 0 0 unless $tb->_try(sub { $proto->can($method); } )
485 0 0 @methods == 1 ? :
529 0 0 unless defined $obj_name
531 0 0 if (not defined $object) { }
0 0 elsif (not ref $object) { }
540 0 0 if ($error) { }
0 0 elsif (not $rslt) { }
541 0 0 if ($error =~ /^Can't call method "isa" on unblessed reference/) { }
543 0 0 unless (UNIVERSAL::isa($object, $class))
564 0 0 if ($diag) { }
656 5 0 unless @imports
663 0 5 if (@imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/) { }
680 0 5 unless ($ok)
711 0 0 unless _is_module_name($module)
722 0 0 unless ($ok)
791 0 4 unless (@_ == 2 or @_ == 3)
809 0 4 if (not ref $got || ref $expected) { }
0 4 elsif (not ref $got xor not ref $expected) { }
818 4 0 if (_deep_check($got, $expected)) { }
838 0 0 if ($type eq 'HASH') { }
0 0 elsif ($type eq 'ARRAY') { }
0 0 elsif ($type eq 'REF') { }
839 0 0 unless $did_arrow++
843 0 0 unless $did_arrow++
859 0 0 ref $val ? :
0 0 _dne($val) ? :
0 0 !defined($val) ? :
876 0 16 unless ref $thing
879 16 0 if UNIVERSAL::isa($thing, $type)
1000 0 0 unless (defined $how_many)
1002 0 0 unless $tb->has_plan eq 'no_plan'
1007 0 0 if (defined $how_many and $how_many =~ /\D/)
1086 0 0 unless (defined $how_many)
1088 0 0 unless $tb->has_plan eq 'no_plan'
1183 0 4 if (grep((!_type($_) eq 'ARRAY'), $a1, $a2))
1188 0 4 if $a1 eq $a2
1191 0 4 $#$a1 > $#$a2 ? :
1193 0 4 $_ > $#$a1 ? :
1194 0 4 $_ > $#$a2 ? :
1198 4 0 if $ok
1200 0 4 unless $ok
1227 0 8 if (defined $e1 xor defined $e2) { }
0 8 elsif (_dne($e1) xor _dne($e2)) { }
4 4 elsif ($same_ref and $e1 eq $e2) { }
0 4 elsif ($not_ref) { }
1241 0 4 if ($Test::More::Refs_Seen{$e1}) { }
1249 0 4 unless _type($e2) eq $type
1251 0 4 if ($type eq 'DIFFERENT') { }
4 0 elsif ($type eq 'ARRAY') { }
0 0 elsif ($type eq 'HASH') { }
0 0 elsif ($type eq 'REF') { }
0 0 elsif ($type eq 'SCALAR') { }
0 0 elsif ($type) { }
1264 0 0 if $ok
1269 0 0 if $ok
1287 0 0 if ($check)
1313 0 0 if (grep((!_type($_) eq 'HASH'), $a1, $a2))
1318 0 0 if $a1 eq $a2
1321 0 0 keys %$a1 > keys %$a2 ? :
1323 0 0 exists $$a1{$k} ? :
1324 0 0 exists $$a2{$k} ? :
1328 0 0 if $ok
1330 0 0 unless $ok
1364 0 0 unless @$a1 == @$a2