| line |
true |
false |
branch |
|
55
|
0 |
0 |
defined $opts{'-spHH'} ? : |
|
56
|
0 |
0 |
defined $opts{'-spOP'} ? : |
|
57
|
0 |
0 |
defined $opts{'-spDR'} ? : |
|
58
|
0 |
0 |
defined $opts{'-spLR'} ? : |
|
59
|
0 |
0 |
defined $opts{'-spCC'} ? : |
|
76
|
0 |
0 |
if ($chars[$i] eq '-' and $splitHardH) |
|
87
|
0 |
0 |
if ($otherPunc) |
|
102
|
0 |
0 |
if ($chars[$i] eq $_ and $chars[$i + 1] ne '-') |
|
108
|
0 |
0 |
if (ord $chars[$i] == $_ and $chars[$i + 1] ne '-') |
|
119
|
0 |
0 |
if ($digitRun) |
|
125
|
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 '-') |
|
133
|
0 |
0 |
if ($letterRun) |
|
139
|
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 '-') |
|
149
|
0 |
0 |
if ($camelCase) |
|
155
|
0 |
0 |
if ($chars[$i] ge 'a' and $chars[$i] le 'z' and $chars[$i + 1] ge 'A' and $chars[$i + 1] le 'Z') |
|
170
|
0 |
0 |
if (@splitLoc) |
|
176
|
0 |
0 |
if ($splitLoc[$i] >= $minBegin - 1) |
|
179
|
0 |
0 |
if ($j >= 0) |
|
182
|
0 |
0 |
if ($splitLoc[$i] < $len - $minEnd) |
|
185
|
0 |
0 |
if ($j >= 0) |
|
204
|
0 |
0 |
if ($i == $_) |
|
209
|
0 |
0 |
if ($len > $width) |
|
238
|
0 |
0 |
if (ord $_ == 173) |