Condition Coverage

blib/lib/Catalyst/ActionRole/MethodSignatureDependencyInjection.pm
Criterion Covered Total %
condition 5 11 45.4


and 3 conditions

line !l l&&!r l&&r condition
148 3 14 2 $what =~ /^Model/ and not $what =~ /^Model\:/
149 17 0 0 $what =~ /^View/ and not $what =~ /^View\:/

or 2 conditions

line l !l condition
95 41 0 $self->parse_injection_spec_section($_) || die("trouble parsing action $self template '${template}'")

or 3 conditions

line l !l&&r !l&&!r condition
253 0 0 0 ($what =~ /^Controller\:\:(.+?)\s+.+$/)[0] || ($what =~ /^Controller\:\:(.+)\s+.+$/)[0]