Condition Coverage

lib/Pcore/Core/CLI/Opt.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 $self->max and $self->max < $self->min
82 0 0 0 defined $self->default and $self->default == 0
85 0 0 0 not $self->is_repeatable and defined $self->default
0 0 0 not $self->is_repeatable and defined $self->default and $self->default == 1
104 0 0 0 $self->is_trigger and defined $self->default
107 0 0 0 $self->default == 1 and not $self->is_repeatable
126 0 0 0 $self->min && !defined($self->default)
225 0 0 0 defined $self->default_val and $$opt{$name} eq ''
272 0 0 0 $self->max and $count > $self->max
278 0 0 0 defined $self->isa and my $error_msg = $self->_validate_isa($$opt{$name})

or 3 conditions

line l !l&&r !l&&!r condition
71 0 0 0 $self->is_trigger or $self->hash
0 0 0 $self->is_trigger or $self->hash or $self->is_repeatable