| line |
true |
false |
branch |
|
41
|
0 |
0 |
if (defined $opts{'-spHH'} and not defined $opts{'spHH'})
|
|
42
|
0 |
0 |
if (defined $opts{'-spOP'} and not defined $opts{'spOP'})
|
|
43
|
0 |
0 |
if (defined $opts{'-spDR'} and not defined $opts{'spDR'})
|
|
44
|
0 |
0 |
if (defined $opts{'-spLR'} and not defined $opts{'spLR'})
|
|
45
|
0 |
0 |
if (defined $opts{'-spCC'} and not defined $opts{'spCC'})
|
|
51
|
0 |
0 |
if (defined $opts{'min_prefix'})
|
|
53
|
0 |
0 |
if (defined $opts{'min_suffix'})
|
|
65
|
0 |
0 |
defined $opts{'spHH'} ? :
|
|
66
|
0 |
0 |
defined $opts{'spOP'} ? :
|
|
67
|
0 |
0 |
defined $opts{'spDR'} ? :
|
|
68
|
0 |
0 |
defined $opts{'spLR'} ? :
|
|
69
|
0 |
0 |
defined $opts{'spCC'} ? :
|
|
70
|
0 |
0 |
defined $opts{'spRB'} ? :
|
|
71
|
0 |
0 |
defined $opts{'spFS'} ? :
|
|
72
|
0 |
0 |
if ($splitAnywhere)
|
|
93
|
0 |
0 |
if ($chars[$i] eq "-" and $splitHardH)
|
|
104
|
0 |
0 |
if ($otherPunc)
|
|
119
|
0 |
0 |
if ($chars[$i] eq $_ and $chars[$i + 1] ne "-")
|
|
125
|
0 |
0 |
if (ord $chars[$i] == $_ and $chars[$i + 1] ne "-")
|
|
136
|
0 |
0 |
if ($digitRun)
|
|
142
|
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 '-')
|
|
150
|
0 |
0 |
if ($letterRun)
|
|
156
|
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 '-')
|
|
166
|
0 |
0 |
if ($camelCase)
|
|
172
|
0 |
0 |
if ($chars[$i] ge "a" and $chars[$i] le "z" and $chars[$i + 1] ge "A" and $chars[$i + 1] le "Z")
|
|
185
|
0 |
0 |
if (not @splitLoc and $splitReqBlnk)
|
|
189
|
0 |
0 |
if ($chars[$i] eq "\240")
|
|
195
|
0 |
0 |
if (not @splitLoc and $splitAnywhere)
|
|
201
|
0 |
0 |
if ($self->advancewidth("$trial$hyphen") > $width)
|
|
204
|
0 |
0 |
if ($i == 0)
|
|
213
|
0 |
0 |
if (@splitLoc)
|
|
219
|
0 |
0 |
if ($splitLoc[$i] >= $minBegin - 1)
|
|
222
|
0 |
0 |
if ($j >= 0)
|
|
225
|
0 |
0 |
if ($splitLoc[$i] < $len - $minEnd)
|
|
228
|
0 |
0 |
if ($j >= 0)
|
|
247
|
0 |
0 |
if ($i == $_)
|
|
251
|
0 |
0 |
if ($i eq " ")
|
|
259
|
0 |
0 |
if ($len > $width)
|
|
288
|
0 |
0 |
if (ord $_ == 173)
|