Branch Coverage

blib/lib/Net/CLI/Interact/ActionSet.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
27 0 0 ref {} eq ref $rest[0] ? :
29 0 0 if (exists $params->{'actions'} and ref $params->{'actions'} eq ref [])
31 0 0 if (ref $a eq "Net::CLI::Interact::ActionSet")
36 0 0 if (ref $a eq "Net::CLI::Interact::Action")
41 0 0 if (ref $a eq ref {})
58 0 0 $self->_has_callbacks ? :
0 0 $self->has_default_continuation ? :
0 0 $self->has_current_match ? :
116 0 0 unless my $next = $self->peek
117 0 0 unless $this->type eq "send" and $next->type eq "send"
123 0 0 if ($self->last->type ne "match")
136 0 0 unless my $next = $self->peek
138 0 0 unless $this->type eq "send" and $next->type eq "match" and defined $cont
153 0 0 unless my $match = $self->peek
154 0 0 unless $match->type eq "match"