Condition Coverage

blib/lib/Debug/Runopt.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
14 0 0 0 $opts && $$opts{'src'}
23 0 0 0 open $rcFile, '>.perldb' and do { $RCFileLoc = '.perldb' }
24 0 0 0 open $rcFile, ">$ENV{'HOME'}/.perldb" and do { $RCFileLoc = "$ENV{'HOME'}/.perldb" }
52 0 0 0 $opt and defined $$opt{'freecontent'}
57 0 0 0 $opt and defined $$opt{'parseoptions'}
62 0 0 0 $opt && defined $$opt{'interactive'}
63 0 0 0 $opt && defined $$opt{'outputfile'}
64 0 0 0 $opt && defined $$opt{'autotrace'}
65 0 0 0 $opt && defined $$opt{'frame'}

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 "<$src" || croak("Could not open $src for writing")
99 0 0 0 $rcFile || croak("Error :: Could not remove $rcFile\n")