| blib/lib/Dancer/SearchApp/HTMLSnippet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 11 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 111 | 1 | 1 | 31 | @snippets < $options{'max_snippets'} and $curr + $gather < @highlights |
| line | l | !l | condition |
|---|---|---|---|
| 85 | 0 | 2 | $options{'max_snippets'} ||= 8 |
| 86 | 2 | 0 | $options{'max_length'} ||= 150 |
| 87 | 0 | 2 | $options{'hl_tag'} ||= '' |
| 88 | 0 | 2 | $options{'hl_end'} ||= '' |