Branch Coverage

blib/lib/Comment/Spell/Check.pm
Criterion Covered Total %
branch 2 24 8.3


line true false branch
43 0 0 if length $errors
52 4 0 unless my $bin = can_run($name)
53 0 0 unless $arg_defaults->{$name}
54 0 0 unless $ok
55 0 0 unless @{$words;}
56 0 0 unless 'iamnotaword' eq $words->[0]
63 0 4 if _can_spell($candidate)
90 0 0 unless ($ok)
140 0 0 if ($counts{$key} > 1)
160 0 0 unless @badwords
167 0 0 unless (@{$self->{'line_cache'};})
173 0 0 if ($line - $self->{'line_cache'}[-1][0] > 1)