blib/lib/Lim/CLI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
180 | 0 | 0 | 0 | exists $$cmd{$part} and ref $$cmd{$part} eq 'HASH' |
227 | 0 | 0 | 0 | &Lim::Config()->{'cli'}{'history_file'} and -r &Lim::Config()->{'cli'}{'history_file'} |
347 | 0 | 0 | 0 | $$self{'current'}{'module'}->Commands->{$cmd} and $$self{'current'}{'obj'}->can($cmd) |
364 | 0 | 0 | 0 | $$current{'module'}->Commands->{$cmd} and $$current{'obj'}->can($cmd) |
584 | 0 | 0 | 0 | blessed $_ and $_->isa('Lim::Error') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 0 | 0 | 0 | ref $this || $this |