Condition Coverage

blib/lib/Getopt/EX/i18n.pm
Criterion Covered Total %
condition 3 18 16.6


and 3 conditions

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

or 2 conditions

line l !l condition
243 1 0 $_[0]{'name'} // ""
244 3 0 $_[0]{'lang'} // ""
245 3 0 $_[0]{'cc'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
271 0 0 0 not $opthash{$lang} or $lang eq $cc
275 0 0 0 $lang eq $cc or @{$cc{$cc};} == 1
300 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]