blib/lib/Class/MakeMethods/Emulator/MethodMaker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 30 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 0 | 36 | 0 | scalar @_ and $_[0] =~ /^-take_namespace/ |
36 | 0 | 0 | scalar @_ and $_[0] =~ /^-take_namespace/ and shift() | |
0 | 36 | 0 | scalar @_ and $_[0] =~ /^-release_namespace/ | |
36 | 0 | 0 | scalar @_ and $_[0] =~ /^-release_namespace/ and shift() | |
123 | 0 | 35 | 1 | scalar @_ and $_[0] eq '-sugar' |
35 | 0 | 1 | scalar @_ and $_[0] eq '-sugar' and shift() | |
202 | 9 | 0 | 1 | $_[0] && $_[0] eq '-static' && shift() |
236 | 0 | 0 | 1 | shift() && $old_get_concat_interface |
377 | 2 | 0 | 1 | $_[0] && $_[0] eq '-static' && shift() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
271 | 1 | 5 | 0 | $$_{'forward'} || $$_{'comp_mthds'} |