blib/lib/Test/Stream/Compare/Value.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 20 | 100.0 |
line | true | false | branch |
---|---|---|---|
21 | 1 | 4 | unless defined $in |
28 | 5 | 30 | unless @_ |
33 | 6 | 24 | if defined $input xor defined $got |
34 | 1 | 23 | unless defined $input and defined $got |
35 | 9 | 14 | if &looks_like_number($got) and &looks_like_number($input) |
44 | 5 | 27 | unless $exists |
45 | 5 | 22 | if ref $got |
48 | 3 | 19 | unless defined $input |
49 | 4 | 15 | unless defined $got |
53 | 7 | 8 | if $op eq '==' |