| blib/lib/Test/Mockify/Matcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 70 | 1 | 50 | if $Value and not IsString($Value) |
| 87 | 1 | 18 | if $Value and not IsFloat($Value) |
| 103 | 1 | 11 | if $Value and not IsHashReference($Value) |
| 119 | 1 | 11 | if $Value and not IsArrayReference($Value) |
| 135 | 2 | 13 | if $Value and not $Value =~ /^\w+(::\w+)*$/ |