| blib/lib/Test/Stream/Compare/Value.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 20 | 20 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 24 | 1 | 4 | unless defined $in | 
| 31 | 5 | 30 | unless @_ | 
| 36 | 6 | 24 | if defined $input xor defined $got | 
| 37 | 1 | 23 | unless defined $input and defined $got | 
| 38 | 9 | 14 | if &looks_like_number($got) and &looks_like_number($input) | 
| 47 | 5 | 27 | unless $exists | 
| 48 | 5 | 22 | if ref $got | 
| 51 | 3 | 19 | unless defined $input | 
| 52 | 4 | 15 | unless defined $got | 
| 56 | 7 | 8 | if $op eq '==' |