blib/lib/MooseX/App/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 8 | 62.5 |
line | true | false | branch |
---|---|---|---|
66 | 0 | 13 | if not defined $class or &blessed($class) |
70 | 1 | 12 | if (scalar @args == 1 and ref $args[0] eq 'HASH') { } |
12 | 0 | elsif (scalar @args % 2 == 0) { } | |
82 | 0 | 13 | if (defined $argv) { } |