Branch Coverage

blib/lib/Devel/MAT/InternalTools.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
28 0 0 if (defined $cmdname) { }
44 0 0 $class->can('CMD') ? :
82 0 0 if (my $code = $tool->can("help_cmd"))
95 0 0 %optspec ? :
0 0 $tool->CMD_ARGS_SV ? :
0 0 @argspec ? :
98 0 0 if (%optspec)
107 0 0 if $opt->{'alias'}
111 0 0 length $_ > 1 ? :
114 0 0 if (my $type = $opt->{'type'})
115 0 0 if $type eq "i"
116 0 0 if $type eq "s"
126 0 0 if (@argspec)
134 0 0 $arg->{'repeated'} ? :
0 0 $arg->{'slurpy'} ? :
153 0 0 if ($more) { }
154 0 0 unless &$more()
164 0 0 ref $_[0] eq 'HASH' ? :
169 0 0 unless &$more()