blib/lib/HTML/Spelling/Site/Checker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 18 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
94 | 0 | 0 | 0 | exists $timestamp_cache->{$filename} and $timestamp_cache->{$filename} >= $mtime |
100 | 0 | 0 | 0 | exists $digest_cache->{$filename} and $digest_cache->{$filename} eq $d |
142 | 0 | 0 | 0 | !$whitelist->check_word({'filename', $filename, 'word', $word}) && $self->should_check({'word', $word}) && !&$check_word($word) |
line | l | !l | condition |
---|---|---|---|
85 | 1 | 0 | $main_json->{$app_key}{$digest_key}{$DIGEST_NAME} // {} |
225 | 0 | 1 | $args->{'MAXLEN'} || 1000 |
226 | 0 | 1 | $args->{'MAXSIZE'} || 20 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
152 | 0 | 0 | 0 | $mispelling_found ||= $verdict |