Branch Coverage

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


line true false branch
28 0 0 ref {} eq ref $rest[0] ? :
30 0 0 if (exists $params->{'actions'} and ref $params->{'actions'} eq ref [])
32 0 0 if (ref $a eq "Net::CLI::Interact::ActionSet")
37 0 0 if (ref $a eq "Net::CLI::Interact::Action")
42 0 0 if (ref $a eq ref {})
59 0 0 $self->_has_callbacks ? :
0 0 $self->has_default_continuation ? :
0 0 $self->has_current_match ? :
117 0 0 unless my $next = $self->peek
118 0 0 unless $this->type eq "send" and $next->type eq "send"
124 0 0 if ($self->last->type ne "match")
137 0 0 unless my $next = $self->peek
139 0 0 unless $this->type eq "send" and $next->type eq "match" and defined $cont
154 0 0 unless my $match = $self->peek
155 0 0 unless $match->type eq "match"