blib/lib/App/Tailor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 24 | 62.5 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 57 | if ($DEBUG or $ENV{'APP_TAILOR_DEBUG'}) |
46 | 0 | 18 | if $closed |
51 | 4 | 16 | unless (defined $line) |
63 | 2 | 39 | unless (defined $line) |
89 | 0 | 0 | $type == 3 ? : |
0 | 0 | $type == 2 ? : | |
0 | 0 | $type == 1 ? : | |
97 | 7 | 34 | if ($type == 1) { } |
9 | 25 | elsif ($type == 2) { } | |
25 | 0 | elsif ($type == 3) { } | |
99 | 2 | 5 | if $line =~ /$regex/ |
104 | 3 | 6 | if (ref $replace eq 'CODE') { } |