Branch Coverage

blib/lib/LBMA/Statistics/SilverFixing/Daily.pm
Criterion Covered Total %
branch 10 20 50.0


line true false branch
63 2 7 unless $$self{'year'}
64 1 6 unless $$self{'day_pattern'}
129 0 0 unless my $browser = 'WWW::Mechanize'->new('stack_depth', 0, 'autocheck', 1)
136 0 0 unless $browser->get($url)
145 0 0 wantarray ? :
160 0 2 unless my $te = 'HTML::TableExtract'->new
161 0 2 unless $te->parse($content)
164 0 274 unless defined @$row[0]
169 272 2 unless @$row[0] =~ /$day_pattern/
174 2 0 wantarray ? :