blib/lib/Term/Scroller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 26 | 40 | 65.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
225 | 0 | 4 | 0 | length $line < $buf_width and $line_end |
350 | 4 | 8 | 6 | $pad and $text_length < $len |
line | l | !l | condition |
---|---|---|---|
147 | 3 | 6 | $params{'height'} // 10 |
148 | 3 | 6 | ($params{'width'} // (GetTerminalSize($outfh))[0]) // 80 |
149 | 4 | 5 | $params{'tabwidth'} // 4 |
152 | 2 | 7 | $params{'hide'} // 0 |
186 | 1 | 0 | $window{'left'} // "" |
187 | 1 | 0 | $window{'right'} // "" |
193 | 1 | 0 | $window{'topleft'} // " " |
1 | 0 | $window{'top'} // " " | |
1 | 0 | $window{'topright'} // " " | |
199 | 1 | 0 | $window{'botleft'} // " " |
1 | 0 | $window{'bot'} // " " | |
1 | 0 | $window{'botright'} // " " | |
331 | 1217 | 0 | $+{'TEXT'} // "" |
332 | 2 | 1215 | $+{'SGR'} // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
146 | 9 | 0 | 0 | $params{'out'} // &qualify_to_ref(select) |
148 | 3 | 0 | 6 | $params{'width'} // (GetTerminalSize($outfh))[0] |