Condition Coverage

blib/lib/Getopt/EX/i18n.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
263 0 0 0 $opt{'territory_lc'} and not $lang{$cc}

or 2 conditions

line l !l condition
231 0 0 $_[0]{'name'} // ''
232 0 0 $_[0]{'lang'} // ''
233 0 0 $_[0]{'cc'} // ''

or 3 conditions

line l !l&&r !l&&!r condition
257 0 0 0 not $opthash{$lang} or $lang eq $cc
261 0 0 0 $lang eq $cc or @{$cc{$cc};} == 1
286 0 0 0 $Getopt::EX::i18n::a->[1] cmp $Getopt::EX::i18n::b->[1] or lc $Getopt::EX::i18n::a->[0] cmp lc $Getopt::EX::i18n::b->[0]