Branch Coverage

blib/lib/Bot/IRC/History.pm
Criterion Covered Total %
branch 1 24 4.1


line true false branch
18 0 1 ref $vars->{'filter'} ? :
41 0 0 if (not $in->{'forum'}) { }
0 0 elsif (grep {lc $in->{'forum'} eq lc $_;} @filter) { }
0 0 elsif (not 'Email::Valid'->address($m->{'email'})) { }
0 0 elsif (not -f $stdout_file) { }
0 0 elsif ($m->{'date'} and not $m->{'time_date'} = str2time($m->{'date'})) { }
0 0 elsif ($m->{'date2'} and not $m->{'time_date2'} = str2time($m->{'date2'})) { }
71 0 0 if (lc $m->{'type'} eq 'on') { }
0 0 elsif (lc $m->{'type'} eq 'from') { }
0 0 elsif (lc $m->{'type'} eq 'matching') { }
83 0 0 if $_->{'time'} >= $m->{'time_date'}
98 0 0 if (not @matches) { }