blib/lib/Class/GenSource.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 18 | 50.0 |
line | true | false | branch |
---|---|---|---|
62 | 0 | 2 | if ($variant eq 'Mojo::Base') |
63 | 0 | 0 | $args{'parent'} ? : |
65 | 1 | 1 | if ($variant =~ /^(Mo|Moo|Moose|Mouse)$/) |
69 | 0 | 2 | if ($args{'parent'}) |
70 | 0 | 0 | if ($variant =~ /^(Mo|Moo|Moose|Mouse)$/) { } |
0 | 0 | elsif ($variant eq 'classic') { } | |
77 | 1 | 1 | if ($variant eq 'classic') |
83 | 0 | 4 | if ($variant =~ /^(Mojo::Base)$/) { } |
2 | 2 | elsif ($variant =~ /^(Mo|Moo|Moose|Mouse)$/) { } |