Branch Coverage
blib/lib/MooseX/App/Plugin/Man/Command.pm
Criterion
Covered
Total
%
branch
0
4
0.0
line
true
false
branch
31
0
0
if
(
$self
->has_command
)
{
}
34
0
0
if
(
&blessed
(
$return
)
and
$return
->isa
(
'MooseX::App::Message::Block'
)
)