Branch Coverage

blib/lib/WWW/BBSWatch.pm
Criterion Covered Total %
branch 0 56 0.0


line true false branch
95 0 0 unless $new =~ /^-/
96 0 0 unless ($new eq $_)
102 0 0 if ($args{-'MDA'})
103 0 0 if (ref $args{-'MDA'}) { }
119 0 0 unless $$self{'bbs_url'}
149 0 0 unless open LOCK, '>' . $lock_file
150 0 0 unless flock LOCK, 6
158 0 0 if ($res->is_error) { }
160 0 0 if (defined $msgs{'ERROR_TIME'}) { }
161 0 0 if ($now - $msgs{'ERROR_TIME'} > $$self{'warn_timeout'})
175 0 0 if $$self{'verbose'} > 1
177 0 0 if $$self{'verbose'} > 1
181 0 0 if defined $msgs{$art_url} and $msgs{$art_url} > 0
182 0 0 if ($catchup)
183 0 0 if $$self{'verbose'}
185 0 0 if defined $$self{'max_articles'} and ++$ct >= $$self{'max_articles'}
190 0 0 if ($res->is_success) { }
191 0 0 if $$self{'verbose'}
206 0 0 if ($from and $name) { }
0 0 elsif ($from) { }
0 0 elsif ($name) { }
213 0 0 if $new_from
214 0 0 if $subj
215 0 0 if $timestamp
216 0 0 if $reference
221 0 0 if defined $$self{'max_articles'} and ++$ct >= $$self{'max_articles'}
224 0 0 if (--$msgs{$art_url} <= -3)
305 0 0 if ($$self{'addr'})