Condition Coverage

blib/lib/Getopt/EX/termcolor.pm
Criterion Covered Total %
condition 2 18 11.1


and 3 conditions

line !l l&&!r l&&r condition
170 0 0 0 eval "require $mod" and defined &$call

or 2 conditions

line l !l condition
147 10 5 $opt->{'max'} || 255
183 0 0 $opt->{'max'} // 255
193 0 0 $ENV{'TERM'} // ""
235 0 0 $luminance // (return)
261 0 0 ($ENV{'TERM_LUMINANCE'} // $param{'default'}) // (return)
293 0 0 get_luminance() // (return)

or 3 conditions

line l !l&&r !l&&!r condition
261 0 0 0 $ENV{'TERM_LUMINANCE'} // $param{'default'}