Branch Coverage

blib/lib/Cmd/Interpreter.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
43 0 0 if $intro
55 0 0 if $stop
89 0 0 if $self->{'last_cmd'}
107 0 0 if ($topic) { }
110 0 0 if ($self->check_sub($sub))
118 0 0 if ($self->check_sub($sub))
133 0 0 if ($cmd) { }
146 0 0 unless defined $_[0]
150 0 0 unless $line
151 0 0 unless $cmd
155 0 0 unless $sub
167 0 0 $self->can($sub) ? :
177 0 0 unless $line
179 0 0 if ($line =~ /\?(.*)/) { }
0 0 elsif ($line =~ /!(.*)/) { }
185 0 0 if $line =~ /^([@{['abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'];}]+)\s*(.*)\s*$/