| blib/lib/Net/CLI/Interact/ActionSet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 0 | 0 | 0 | exists $params->{'actions'} and ref $params->{'actions'} eq ref [] |
| 118 | 0 | 0 | 0 | $this->type eq "send" and $next->type eq "send" |
| 139 | 0 | 0 | 0 | $this->type eq "send" and $next->type eq "match" |
| 0 | 0 | 0 | $this->type eq "send" and $next->type eq "match" and defined $cont |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 138 | 0 | 0 | 0 | $this->continuation || $self->default_continuation |