Condition Coverage

blib/lib/Getopt/optparse.pm
Criterion Covered Total %
condition 1 9 11.1


and 3 conditions

line !l l&&!r l&&r condition
173 0 0 0 $self->{$val}{$key}{'dest'} and $self->{$val}{$key}{'action'} ne "store_true"
216 0 0 0 $self->{'parser'}{$key}{'dest'} and $self->{'parser'}{$key}{'action'} ne "store_true"

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 1 $self->{'cmdline'} =~ /--help\s+/ or $self->{'cmdline'} =~ /-h\s+/