| lib/Test/Easy/DeepEqual.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 0 | _hashrefs(@_) and _same_hashrefs(@_) |
| 39 | 0 | 0 | 0 | _arrayrefs(@_) and _same_arrayrefs(@_) |
| 55 | 0 | 0 | 0 | not ref $got and _is_a_checker($exp) |
| 56 | 0 | 0 | 0 | not ref $got and ref $exp eq 'Regexp' |
| 97 | 0 | 0 | 0 | $ref && &Scalar::Util::blessed($exp) && UNIVERSAL::can($exp, 'check_value') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 116 | 0 | 0 | 0 | ref $got or ref $exp ne 'Regexp' |