Condition Coverage

blib/lib/News/Newsrc.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
474 2 4 0 defined $min and $min < 0

or 2 conditions

line l !l condition
20 3 1 $newsrc->load($file) or $options{'create'} or die "Can't load ${file}: $!\n"
111 1 0 rename $file, "$file.bak" or die "News::Newsrc::save_as: Can't rename $file, $file.bak: $!\n"

or 3 conditions

line l !l&&r !l&&!r condition
18 0 25 0 ref $class || $class
20 2 1 1 $newsrc->load($file) or $options{'create'}