blib/lib/Net/TacacsPlus/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
226 | 0 | 0 | 0 | $status != 2 and $status != 1 |
401 | 0 | 0 | 0 | $args{'service'} eq 'shell' and not exists $args{'cmd'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
236 | 0 | 0 | 0 | $status == 2 or $status == 1 |
352 | 0 | 0 | 0 | $status == 1 or $status == 2 |