blib/lib/MooseX/Method/Signatures.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 20 | 65.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 2 | 0 | 0 | $@ and $@ =~ /^No quotelike operator found/ |
306 | 1 | 133 | 2 | warnings::enabled('redefine') and my $meta_meth = $meta->get_method($name) |
line | l | !l | condition |
---|---|---|---|
220 | 2 | 153 | $ctx->strip_attrs || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
140 | 4 | 3 | 148 | substr($linestr, $ctx->offset, 2) eq 'is' or substr($linestr, $ctx->offset, 4) eq 'does' |
173 | 12 | 0 | 0 | find_meta($class) || 'Moose::Meta::Class'->initialize($class) |
178 | 0 | 0 | 7 | not defined $proto or length $proto |
236 | 137 | 18 | 0 | $name || '__ANON__' . $anon_counter++ . '__' |