Condition Coverage

blib/lib/Term/Detect/Software.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
131 0 0 0 $ENV{'TERM'} eq "xterm" and ($ENV{'OSTYPE'} // "") eq "cygwin"
167 0 0 0 $ENV{'TERM'} eq "dumb" and $ENV{'windir'}
197 0 0 0 $proc eq "st" and $ENV{'TERM'} eq "xterm-256color"

or 2 conditions

line l !l condition
131 0 0 $ENV{'OSTYPE'} // ""
161 0 0 $ENV{'COLORTERM'} // ""
240 0 0 $info->{'emulator_software'} //= "(generic)"
241 0 0 $info->{'emulator_engine'} //= "(generic)"
242 0 0 $info->{'unicode'} //= 0
243 0 0 $info->{'color_depth'} //= 0
244 0 0 $info->{'box_chars'} //= 0
245 0 0 $info->{'default_bgcolor'} //= "000000"

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 0 $ENV{'KONSOLE_DBUS_SERVICE'} or $ENV{'KONSOLE_DBUS_SESSION'}