| blib/lib/Test/Mockify/CompatibilityTools.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 19 | 39 | if (ref $Parameter eq 'HASH') { } |
| 24 | 0 | 19 | if ($Parameter->{'Type'} ~~ SupportedTypes()) |
| 34 | 38 | 1 | if (IsString($Parameter) and $Parameter ~~ SupportedTypes()) { } |
| 53 | 19 | 39 | if (ref $aParameterTypes->[$i] eq 'HASH') { } |
| 55 | 2 | 17 | if ($aParameterTypes->[$i]{'int'}) { } |
| 2 | 15 | elsif ($aParameterTypes->[$i]{'float'}) { } | |
| 64 | 6 | 33 | if ($aParameterTypes->[$i] ~~ ['int', 'float']) { } |