blib/lib/Roku/LCD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 46 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
79 | 0 | 0 | 0 | $args{'model'} and $args{'model'} != $M500 |
0 | 0 | 0 | $args{'model'} and $args{'model'} != $M500 and $args{'model'} != $M400 | |
290 | 0 | 0 | 0 | $word =~ /^(\S+\W)(\S+)$/ and length($1) + $current_line_length + 1 < $dlength |
391 | 0 | 0 | 0 | length $text > $dlength and ++$dur == $dlength |
line | l | !l | condition |
---|---|---|---|
84 | 0 | 0 | $args{'Port'} || '4444' |
134 | 0 | 0 | $args{'clear'} || 0 |
228 | 0 | 0 | $args{'x'} || 0 |
229 | 0 | 0 | $args{'y'} || 0 |
366 | 0 | 0 | $args{'pause'} || 5 |
367 | 0 | 0 | $args{'y'} || 0 |
426 | 0 | 0 | $args{'linepause'} || 1 |
427 | 0 | 0 | $args{'pause'} || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | $args{'text'} || $EMPTY |
206 | 0 | 0 | 0 | $args{'text'} || $EMPTY |
227 | 0 | 0 | 0 | $args{'text'} || $SPACE |
365 | 0 | 0 | 0 | $args{'text'} || $EMPTY |
425 | 0 | 0 | 0 | $args{'text'} || $EMPTY |
492 | 0 | 0 | 0 | /^SoundBridge\>/ || /^Sketch>/ |