Condition Coverage

blib/lib/Util/CommandLine.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
49 0 0 0 not $singleton and @dirs
86 0 0 0 ref $settings->{$_} eq "ARRAY" and !@{$settings->{$_};} || @{$settings->{$_};} == 1 && $settings->{$_}[0] eq ''

or 2 conditions

line l !l condition
63 0 0 $_[0] || ''

or 3 conditions

line l !l&&r !l&&!r condition
86 0 0 0 !@{$settings->{$_};} || @{$settings->{$_};} == 1 && $settings->{$_}[0] eq ''
0 0 0 not defined $settings->{$_} or ref $settings->{$_} eq "ARRAY" and !@{$settings->{$_};} || @{$settings->{$_};} == 1 && $settings->{$_}[0] eq ''