Condition Coverage

lib/Devel/Trepan/Options.pm
Criterion Covered Total %
condition 1 14 7.1


and 3 conditions

line !l l&&!r l&&r condition
32 0 0 26 $ENV{'TERM'} && ($ENV{'TERM'} ne 'dumb' || exists $ENV{'EMACS'} && $ENV{'EMACS'} eq 't')
180 0 0 0 $opts->{'server'} and $opts->{'client'}

or 2 conditions

line l !l condition
169 0 0 chdir $opts->{'initial_dir'} or die "Can't chdir to $opts->{'initial_dir'}"

or 3 conditions

line l !l&&r !l&&!r condition
71 0 0 0 $host || $Devel::Trepan::Options::DEFAULT_OPTIONS->{'host'}
72 0 0 0 $port || $Devel::Trepan::Options::DEFAULT_OPTIONS->{'port'}