blib/lib/Shell/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 31 | 45.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 38 | 0 | 10 | @_ and grep /^shell$/, @_ |
207 | 44 | 0 | 4 | length $buffer and length $line |
line | l | !l | condition |
---|---|---|---|
640 | 2 | 0 | $v || '' |
648 | 5 | 0 | $cmd || '' |
760 | 1 | 2 | $Shell::Base::PAGER || 'less' |
869 | 0 | 0 | $Shell::Base::SHELL || '/bin/sh' |
888 | 0 | 0 | $Shell::Base::COLUMNS || '72' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
248 | 14 | 0 | 0 | ref $self || $self |
271 | 13 | 0 | 0 | ref $self || $self |
499 | 0 | 2 | 0 | ref $self || $self |
565 | 6 | 0 | 0 | basename($0) || ref $self || $self |
667 | 11 | 10 | 0 | $$self{'ARGS'}{$_[0]} || $$self{'ARGS'}{uc $_[0]} |