| lib/Pcore/Core/CLI/Type.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 0 | 0 | XXX ? : |
| 0 | 0 | XXX ? : | |
| 42 | 0 | 0 | if (not $isa_ref) { } |
| 0 | 0 | elsif ($isa_ref eq 'CODE') { } | |
| 0 | 0 | elsif ($isa_ref eq 'Regexp') { } | |
| 0 | 0 | elsif ($isa_ref eq 'ARRAY') { } | |
| 43 | 0 | 0 | unless $$TYPE{$self->isa}($val) |
| 46 | 0 | 0 | if (my $error_msg = $self->isa->($val)) |
| 51 | 0 | 0 | unless $val =~ $self->isa |
| 57 | 0 | 0 | if (index($_, $val, 0) == 0) |
| 58 | 0 | 0 | if (length $_ == length $val) |
| 70 | 0 | 0 | if (not @$possible_val) { } |
| 0 | 0 | elsif (@$possible_val > 1) { } |