Condition Coverage

blib/lib/Getopt/Mixed/Help.pm
Criterion Covered Total %
condition 21 24 87.5


and 3 conditions

line !l l&&!r l&&r condition
510 77 1 34 $_[0] =~ /^.[^>].*$/ and $_[0] ne 'ENV'
78 1 33 $_[0] =~ /^.[^>].*$/ and $_[0] ne 'ENV' and $_[0] ne 'ENV_'
576 329 3 6 $opt_valtext and $specifier =~ /^=/
329 0 3 $opt_valtext and $specifier =~ /^:/
756 30 67 1 $has_only_options and 0 <= $#ARGV
829 278 19 11 ref $$_ eq 'ARRAY' and 1 == @$$_

or 3 conditions

line l !l&&r !l&&!r condition
756 4 0 98 $$help_opt_name or $has_only_options and 0 <= $#ARGV
770 9 9 0 $option_type{$option} eq 'i' or $option_type{$option} eq 'f'