Branch Coverage

blib/lib/PDF/Builder/Content/Hyphenate_basic.pm
Criterion Covered Total %
branch 0 78 0.0


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'})
49 0 0 if (defined $opts{'min_prefix'})
51 0 0 if (defined $opts{'min_suffix'})
63 0 0 defined $opts{'spHH'} ? :
64 0 0 defined $opts{'spOP'} ? :
65 0 0 defined $opts{'spDR'} ? :
66 0 0 defined $opts{'spLR'} ? :
67 0 0 defined $opts{'spCC'} ? :
68 0 0 defined $opts{'spRB'} ? :
69 0 0 defined $opts{'spFS'} ? :
70 0 0 if ($splitAnywhere)
91 0 0 if ($chars[$i] eq "-" and $splitHardH)
102 0 0 if ($otherPunc)
117 0 0 if ($chars[$i] eq $_ and $chars[$i + 1] ne "-")
123 0 0 if (ord $chars[$i] == $_ and $chars[$i + 1] ne "-")
134 0 0 if ($digitRun)
140 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 '-')
148 0 0 if ($letterRun)
154 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 '-')
164 0 0 if ($camelCase)
170 0 0 if ($chars[$i] ge "a" and $chars[$i] le "z" and $chars[$i + 1] ge "A" and $chars[$i + 1] le "Z")
183 0 0 if (not @splitLoc and $splitReqBlnk)
187 0 0 if ($chars[$i] eq "\240")
193 0 0 if (not @splitLoc and $splitAnywhere)
199 0 0 if ($self->advancewidth("$trial$hyphen") > $width)
202 0 0 if ($i == 0)
210 0 0 if (@splitLoc)
216 0 0 if ($splitLoc[$i] >= $minBegin - 1)
219 0 0 if ($j >= 0)
222 0 0 if ($splitLoc[$i] < $len - $minEnd)
225 0 0 if ($j >= 0)
244 0 0 if ($i == $_)
248 0 0 if ($i eq " ")
256 0 0 if ($len > $width)
285 0 0 if (ord $_ == 173)