| lib/Pcore/Core/CLI/Arg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 0 | $self->max and $self->max < $self->min |
| 59 | 0 | 0 | 0 | $self->min && !defined($self->default) |
| 114 | 0 | 0 | 0 | $self->max and @{$$to{$self->name}} > $self->max |
| 118 | 0 | 0 | 0 | defined $self->isa and my $error_msg = $self->_validate_isa($$to{$self->name}) |