| blib/lib/Test/Mockify/TypeTests.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 20 | 95.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 16 | 1 | if (defined $Value) |
| 23 | 7 | 9 | if ($Value =~ /^$Sign\d+$/ms) |
| 41 | 165 | 121 | if (defined $Value and $Value =~ /^$FloatRegex$/ms) |
| 53 | 243 | 9 | if (defined $Value) |
| 54 | 243 | 0 | if ($Value =~ /[\w\s]/ms or $Value eq '') |
| 59 | 5 | 238 | if (defined $ValueType and $ValueType ne '') |
| 72 | 19 | 181 | if (ref $aValue eq 'ARRAY') |
| 84 | 20 | 171 | if (ref $hValue eq 'HASH') |
| 96 | 5 | 148 | if (ref $hValue eq 'CODE') |
| 108 | 15 | 155 | if (&blessed($Value)) |