Branch Coverage

support/Test/More.pm
Criterion Covered Total %
branch 38 134 28.3


line true false branch
177 0 24 if (defined $item and $item eq 'no_diag') { }
468 0 0 unless ($class)
474 0 0 unless (@methods)
484 0 0 unless eval { do { $proto->can($method) } }
488 0 0 @methods == 1 ? :
532 0 0 unless defined $obj_name
534 0 0 if (not defined $object) { }
0 0 elsif (not ref $object) { }
544 0 0 if ($@) { }
0 0 elsif (not $rslt) { }
545 0 0 if ($@ =~ /^Can't call method "isa" on unblessed reference/) { }
546 0 0 unless (UNIVERSAL::isa($object, $class))
568 0 0 if ($diag) { }
660 0 0 unless @imports
667 0 0 if (@imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/) { }
684 0 0 unless ($ok)
714 0 2 unless _is_module_name($module)
724 0 2 unless ($ok)
787 0 518 unless (@_ == 2 or @_ == 3)
805 48 470 if (not ref $this || ref $that) { }
0 470 elsif (not ref $this xor not ref $that) { }
814 470 0 if (_deep_check($this, $that)) { }
834 0 0 if ($type eq 'HASH') { }
0 0 elsif ($type eq 'ARRAY') { }
0 0 elsif ($type eq 'REF') { }
835 0 0 unless $did_arrow++
839 0 0 unless $did_arrow++
855 0 0 ref $val ? :
0 0 $val eq $DNE ? :
0 0 !defined($val) ? :
872 0 2700 unless ref $thing
875 2700 1168 if UNIVERSAL::isa($thing, $type)
996 0 80 unless (defined $how_many)
998 0 0 unless $tb->has_plan eq 'no_plan'
1003 0 80 if (defined $how_many and $how_many =~ /\D/)
1082 0 0 unless (defined $how_many)
1084 0 0 unless $tb->has_plan eq 'no_plan'
1179 0 383 if (grep((!_type($_) eq 'ARRAY'), $a1, $a2))
1184 0 383 if $a1 eq $a2
1187 0 383 $#$a1 > $#$a2 ? :
1189 0 11769 $_ > $#$a1 ? :
1190 0 11769 $_ > $#$a2 ? :
1194 11769 0 if $ok
1196 0 11769 unless $ok
1223 0 12780 if (defined $e1 xor defined $e2) { }
0 12780 elsif ($e1 == $DNE xor $e2 == $DNE) { }
12105 675 elsif ($same_ref and $e1 eq $e2) { }
0 675 elsif ($not_ref) { }
1237 0 675 if ($Test::More::Refs_Seen{$e1}) { }
1245 0 675 unless _type($e2) eq $type
1247 0 675 if ($type eq 'DIFFERENT') { }
383 292 elsif ($type eq 'ARRAY') { }
292 0 elsif ($type eq 'HASH') { }
0 0 elsif ($type eq 'REF') { }
0 0 elsif ($type eq 'SCALAR') { }
0 0 elsif ($type) { }
1260 0 0 if $ok
1265 0 0 if $ok
1283 0 0 if ($check)
1309 0 292 if (grep((!_type($_) eq 'HASH'), $a1, $a2))
1314 0 292 if $a1 eq $a2
1317 0 292 keys %$a1 > keys %$a2 ? :
1319 541 0 exists $a1->{$k} ? :
1320 541 0 exists $a2->{$k} ? :
1324 541 0 if $ok
1326 0 541 unless $ok
1360 0 0 unless @$a1 == @$a2