lib/App/Isa/Splain.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 18 | 44.4 |
line | true | false | branch |
---|---|---|---|
35 | 0 | 2 | ref $args[0] ? : |
51 | 2 | 0 | defined $_[1] ? : |
56 | 2 | 1 | unless (defined $module or $argument =~ /\A-/sx) |
60 | 1 | 0 | if ($argument =~ /\A-M(.*)\z/sx) |
65 | 0 | 0 | if ('--help' eq $argument) |
69 | 0 | 0 | if ('--version' eq $argument) |
75 | 0 | 2 | unless defined $module |
76 | 1 | 1 | @load_modules ? : |
93 | 0 | 0 | unless print {$self->_output;} explain_isa($self->_module) |