Condition Coverage

blib/lib/X11/Wallpaper.pm
Criterion Covered Total %
condition 9 14 64.2


and 3 conditions

line !l l&&!r l&&r condition
118 2 2 0 not defined $args{'display'} and !defined($ENV{'DISPLAY'}) || $ENV{'DISPLAY'} eq ''
168 12 0 0 ref $args eq 'HASH' and $$args{'fallback'}

or 2 conditions

line l !l condition
129 8 6 $args{'mode'} || 'full'

or 3 conditions

line l !l&&r !l&&!r condition
118 0 1 1 !defined($ENV{'DISPLAY'}) || $ENV{'DISPLAY'} eq ''
130 1 13 0 $args{'setter'} || _find_setter($mode)