| blib/lib/Zoidberg/Shell.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 26 | 19.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 16 | 0 | 0 | exists $$set{'norc'} and delete $$set{'norc'} |
| 27 | 16 | 0 | 0 | -t STDIN && -t STDOUT |
| 82 | 0 | 0 | 0 | ref $_ eq 'ARRAY' && !grep(ref($_), @$_) |
| 91 | 0 | 0 | 0 | ref $_[0] eq 'ARRAY' && !grep(ref($_), @{$_[0];}) |
| 96 | 0 | 0 | 0 | ref $_ eq 'ARRAY' && !grep(ref($_), @$_) |
| 226 | 0 | 0 | 0 | $$_{'id'} > $last_id and $last_id = $$_{'id'} |
| line | l | !l | condition |
|---|---|---|---|
| 25 | 16 | 0 | $obj{'settings'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 166 | 16 | 0 | $$self{'fg_job'} ||= $self |
| 122 | 0 | 0 | 0 | $$self{'fg_job'} ||= $self |