line |
true |
false |
branch |
39
|
0 |
0 |
if (defined $opts{'-spHH'} and not defined $opts{'spHH'}) |
40
|
0 |
0 |
if (defined $opts{'-spOP'} and not defined $opts{'spOP'}) |
41
|
0 |
0 |
if (defined $opts{'-spDR'} and not defined $opts{'spDR'}) |
42
|
0 |
0 |
if (defined $opts{'-spLR'} and not defined $opts{'spLR'}) |
43
|
0 |
0 |
if (defined $opts{'-spCC'} and not defined $opts{'spCC'}) |
61
|
0 |
0 |
defined $opts{'spHH'} ? : |
62
|
0 |
0 |
defined $opts{'spOP'} ? : |
63
|
0 |
0 |
defined $opts{'spDR'} ? : |
64
|
0 |
0 |
defined $opts{'spLR'} ? : |
65
|
0 |
0 |
defined $opts{'spCC'} ? : |
82
|
0 |
0 |
if ($chars[$i] eq "-" and $splitHardH) |
93
|
0 |
0 |
if ($otherPunc) |
108
|
0 |
0 |
if ($chars[$i] eq $_ and $chars[$i + 1] ne "-") |
114
|
0 |
0 |
if (ord $chars[$i] == $_ and $chars[$i + 1] ne "-") |
125
|
0 |
0 |
if ($digitRun) |
131
|
0 |
0 |
if ($chars[$i] ge 0 and $chars[$i] le 9 and not $chars[$i + 1] ge '0' && $chars[$i + 1] le '9' || $chars[$i + 1] eq '-') |
139
|
0 |
0 |
if ($letterRun) |
145
|
0 |
0 |
if ($chars[$i] ge 'a' && $chars[$i] le 'z' || $chars[$i] ge 'A' && $chars[$i] le 'Z' and not $chars[$i + 1] ge 'a' && $chars[$i + 1] le 'z' || $chars[$i + 1] ge 'A' && $chars[$i + 1] le 'Z' || $chars[$i + 1] eq '-') |
155
|
0 |
0 |
if ($camelCase) |
161
|
0 |
0 |
if ($chars[$i] ge "a" and $chars[$i] le "z" and $chars[$i + 1] ge "A" and $chars[$i + 1] le "Z") |
176
|
0 |
0 |
if (@splitLoc) |
182
|
0 |
0 |
if ($splitLoc[$i] >= $minBegin - 1) |
185
|
0 |
0 |
if ($j >= 0) |
188
|
0 |
0 |
if ($splitLoc[$i] < $len - $minEnd) |
191
|
0 |
0 |
if ($j >= 0) |
210
|
0 |
0 |
if ($i == $_) |
215
|
0 |
0 |
if ($len > $width) |
244
|
0 |
0 |
if (ord $_ == 173) |