line |
!l |
l&&!r |
l&&r |
condition |
99
|
20 |
5 |
1 |
$$self{'spacer'} =~ m[^(\d+)/(\d+)$] and $1 + $2 == 0 |
103
|
20 |
3 |
1 |
$$self{'case_mixer'} =~ m[^(\d+)/(\d+)$] and $1 + $2 == 0 |
107
|
18 |
4 |
1 |
$$self{'spacer'} =~ m[^(\d+)/(\d+)$] and $1 == 0 |
109
|
20 |
2 |
1 |
$$self{'case_mixer'} =~ m[^(\d+)/(\d+)$] and $1 == 0 |
214
|
0 |
3 |
5 |
$2 + 1 == $m and $n == 0 |
215
|
0 |
5 |
3 |
$2 + 1 == $m and $n != 0 |
218
|
0 |
2 |
5 |
$2 + 1 == $n and $m == 0 |
219
|
0 |
5 |
2 |
$2 + 1 == $n and $m != 0 |
246
|
2 |
0 |
8 |
rand 100 < $$self{'letters'} && exists $letter{$_} |
266
|
0 |
5 |
5 |
$2 + 1 == $m and $n == 0 |
267
|
0 |
5 |
5 |
$2 + 1 == $m and $n != 0 |
270
|
0 |
5 |
5 |
$2 + 1 == $n and $m == 0 |
271
|
0 |
5 |
5 |
$2 + 1 == $n and $m != 0 |