blib/lib/Catalyst/ActionRole/MethodSignatureDependencyInjection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 11 | 45.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 3 | 14 | 2 | $what =~ /^Model/ and not $what =~ /^Model\:/ |
160 | 17 | 0 | 0 | $what =~ /^View/ and not $what =~ /^View\:/ |
line | l | !l | condition |
---|---|---|---|
95 | 41 | 0 | $self->parse_injection_spec_section($_) || die("trouble parsing action $self template '${template}'") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
264 | 0 | 0 | 0 | ($what =~ /^Controller\:\:(.+?)\s+.+$/)[0] || ($what =~ /^Controller\:\:(.+)\s+.+$/)[0] |