File: | local/lib/perl5/Test/Deep/Cmp.pm |
Coverage: | 8.3% |
line | % | coverage | branch | |
---|---|---|---|---|
19 | 50 | T | F | if ($callpkg =~ /^Test::Deep::/) |
45 | 0 | T | F | if (&Scalar::Util::blessed($e1) and $e1->isa('Test::Deep::All')) { } |
0 | T | F | elsif (&Scalar::Util::blessed($e2) and $e2->isa('Test::Deep::All')) { } | |
65 | 0 | T | F | if (&Scalar::Util::blessed($e1) and $e1->isa('Test::Deep::Any')) { } |
0 | T | F | elsif (&Scalar::Util::blessed($e2) and $e2->isa('Test::Deep::Any')) { } | |
85 | 0 | T | F | if $rev |