| blib/lib/Test/Mockify/Matcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 18 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 30 | 36 | 1 | $Value and not IsString($Value) |
| 73 | 28 | 36 | 2 | defined $Value and IsFloat($Value) |
| 90 | 8 | 47 | 1 | defined $Value and not IsFloat($Value) |
| 106 | 5 | 7 | 1 | $Value and not IsHashReference($Value) |
| 122 | 5 | 6 | 1 | $Value and not IsArrayReference($Value) |
| 138 | 5 | 11 | 2 | $Value and not $Value =~ /^\w+(::\w+)*$/ms |