| line |
true |
false |
branch |
|
41
|
0 |
12 |
if $length < 5 |
|
46
|
2 |
10 |
if ($length > 6) |
|
47
|
1 |
1 |
if $word =~ s/ nen $//x |
|
51
|
7 |
4 |
if ($length > 5) |
|
52
|
4 |
3 |
if $word =~ s/ (?: e[nrs] | se ) $//x |
|
56
|
4 |
3 |
if $word =~ s/ [enrs] $//x |
|
88
|
20 |
28 |
if ($length > 5) |
|
89
|
1 |
19 |
if $word =~ s/ ern $//x |
|
93
|
35 |
12 |
if ($length > 4) |
|
94
|
6 |
29 |
if $word =~ s/ e[mnrs] $//x |
|
98
|
35 |
6 |
if ($length > 3) |
|
99
|
4 |
31 |
if $word =~ s/ e $//x |
|
102
|
10 |
21 |
if $word =~ s/ (?<= [bdfghklmnt] ) s $//x |
|
113
|
15 |
33 |
if ($length > 5) |
|
114
|
1 |
14 |
if $word =~ s/ est $//x |
|
118
|
25 |
22 |
if ($length > 4) |
|
119
|
2 |
23 |
if $word =~ s/ e[nr] $//x |
|
122
|
10 |
13 |
if $word =~ s/ (?<= [bdfghklmnt] ) st $//x |