blib/lib/String/Escape.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
389 | 0 | 2 | 0 | length $excerpt < length $source and !length($excerpt) || abs $length - length($excerpt) > $word_limit |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
132 | 0 | 4 | 4 | !length($_[0]) || $_[0] =~ m[[^\w\_\-/\.\:\#]] |
389 | 0 | 0 | 2 | !length($excerpt) || abs $length - length($excerpt) > $word_limit |
2 | 0 | 2 | not defined $excerpt or length $excerpt < length $source and !length($excerpt) || abs $length - length($excerpt) > $word_limit |