Branch Coverage

blib/lib/Commandable/Command.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
229 0 30 if $args{'name'} =~ /:$/u
231 3 27 if ($args{'name'} =~ s/([=:])(.+?)$/$1/u)
233 0 3 unless my $typespec = $typespecs{$2}
238 10 20 if $args{'name'} =~ s/[=:]$//u
239 5 25 if $args{'multi'}
242 2 28 if $args{'mode'} eq "bool"