Condition Coverage

blib/lib/Games/Console.pm
Criterion Covered Total %
condition 12 31 38.7


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 $$self{'visible'} and not $v
0 0 0 not $$self{'visible'} and $v

or 2 conditions

line l !l condition
27 0 1 $$args{'background'} || [0.4, 0.6, 1]
28 0 1 $$args{'background_alpha'} || 0.5
30 0 1 $$args{'text_color'} || [0.4, 0.6, 0.8]
31 0 1 $$args{'text_alpha'} || 0.8
33 0 1 $$args{'backbuffer_size'} || 100
38 0 1 $$self{'width'} || 100
39 0 1 $$args{'height'} || 50
59 0 1 $$args{'prompt'} || '> '
60 0 1 $$args{'cursor'} || '_'
65 0 1 $$args{'cursor_time'} || 300
346 0 1 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
351 0 0 1 $pos < 0 or $pos >= scalar @$m