Branch Coverage

blib/lib/App/Tailor.pm
Criterion Covered Total %
branch 17 26 65.3


line true false branch
31 0 69 if ($DEBUG or $ENV{'APP_TAILOR_DEBUG'})
46 0 22 if $closed
51 4 20 unless (defined $line)
63 2 47 unless (defined $line)
89 0 0 $type == 3 ? :
0 0 $type == 2 ? :
0 0 $type == 1 ? :
97 7 42 if ($type == 1) { }
17 25 elsif ($type == 2) { }
25 0 elsif ($type == 3) { }
99 2 5 if $line =~ /$regex/
104 7 10 if ($line =~ /$regex/)
105 3 4 if (ref $replace eq 'CODE') { }