blib/lib/Term/Shelly.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
202 | 0 | 0 | 0 | defined $char and ord $char >= 32 |
238 | 0 | 0 | 0 | defined $$self{'completion'} and $$bindings{$key} ne 'complete-word' |
549 | 0 | 0 | 0 | $bword + 1 == $pos and !$opts & 2 |
561 | 0 | 0 | 0 | substr($line, $bword, 1) =~ /$regex/ and $bword >= 0 |
line | l | !l | condition |
---|---|---|---|
167 | 0 | 0 | $$self{'input_line'} || '' |
168 | 0 | 0 | $$self{'input_position'} || 0 |
528 | 0 | 0 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
197 | 0 | 0 | 0 | ord $char < 32 or ord $char > 126 |