blib/lib/HTML/Spelling/Site/Whitelist.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
183 | 1 | 1 | 2 | $final_i < $#sorted_records and _rec_cmp($sorted_records[$i], $sorted_records[$final_i + 1]) == 0 |
line | l | !l | condition |
---|---|---|---|
124 | 8 | 3 | $self->_per_file->{$fn} //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | exists $self->_general_hashref->{$word} || exists $self->_per_file->{$filename}{$word} |
48 | 10 | 0 | 19 | not $l =~ /\S/u or $l =~ /\A\s*#/u |
146 | 0 | 6 | 17 | $a_aref->[$idx] cmp $b_aref->[$idx] || _rec_sorter($a_aref, $b_aref, $idx + 1) |
228 | 0 | 2 | 5 | exists $_gen{$_} || $found{$_}++ |