| blib/lib/Variable/Strongly/Typed.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 26 | 23.0 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 7 | 0 | if (ref $type eq 'ARRAY') |
| 71 | 6 | 1 | if ref $error_handler ne 'CODE' |
| 108 | 0 | 0 | if ($eh) { } |
| 130 | 0 | 0 | unless &$valid_sub($val) |
| 148 | 0 | 0 | if (ref $val) { } |
| 154 | 0 | 0 | $variable_type eq 'code' ? : |
| 155 | 0 | 0 | $variable_type eq 'code' ? : |
| 156 | 0 | 0 | if $variable_type eq 'code' |
| 159 | 0 | 0 | if (ref $valid_type eq 'CODE') { } |
| 163 | 0 | 0 | $variable_type eq 'array' ? : |
| 175 | 0 | 1 | if $val and ref $val eq 'CODE' |
| 182 | 0 | 1 | unless ($condition) |
| 195 | 0 | 1 | if ($@) |