Branch Coverage

blib/lib/MooseX/App/Simple.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
66 0 14 if not defined $class or &blessed($class)
70 1 13 if (scalar @args == 1 and ref $args[0] eq 'HASH') { }
13 0 elsif (scalar @args % 2 == 0) { }
80 14 0 if $ENV{'APP_DEVELOPER'} or $ENV{'HARNESS_ACTIVE'}
85 0 13 if (defined $argv) { }