Branch Coverage

blib/lib/App/SimpleScan/Plugin/LinkCheck.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
52 0 0 if (not defined $args) { }
67 0 0 if (not defined $args) { }
79 0 0 wantarray ? :
95 0 0 unless defined $self->_link_conditions
108 0 0 if (defined $name and not defined $compare and not defined $count)
118 0 0 unless (grep {$compare eq $_;} '==', '>', '<', '>=', '<=', '!=')
124 0 0 if (not defined $count) { }
0 0 elsif (not looks_like_number $count) { }
135 0 0 if ($not_bogus)
152 0 0 if ($self->can('snapshot')) { }
189 0 0 unless $item =~ /^\s/
196 0 0 if $string =~ /^(['"]).*(\1)$/