Condition Coverage

blib/lib/App/highlight.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
112 2 14 0 $COLOR_SUPPORT and $$opt{'color'} || !$$opt{'no_color'}
120 14 2 0 not $COLOR_SUPPORT and $$opt{'color'} || !$$opt{'no_color'}

or 3 conditions

line l !l&&r !l&&!r condition
90 14 0 2 @$args or $$opt{'show_bad_spaces'}
105 1 12 1 $$opt{'escape'} or not $$opt{'no_escape'}
112 0 13 1 $$opt{'color'} || !$$opt{'no_color'}
120 0 1 1 $$opt{'color'} || !$$opt{'no_color'}
158 0 8 8 $$opt{'color'} or not $$opt{'no_color'}