line |
!l |
l&&!r |
l&&r |
condition |
53
|
23 |
9 |
0 |
$demon->type eq 'Fiend' and $demon1->type eq 'Fiend' || $demon2->type eq 'Fiend' |
62
|
130398 |
2864 |
48 |
$demon1->type eq 'Element' and $demon2->type eq 'Element' |
|
124682 |
2800 |
48 |
$demon1->type eq 'Mitama' and $demon2->type eq 'Mitama' |
101
|
0 |
0 |
0 |
defined $$options{'max_level'} and $$options{'max_level'} < $demon1->level |
104
|
0 |
0 |
0 |
defined $$options{'max_level'} and $$options{'max_level'} < $demon2->level |
132
|
0 |
0 |
0 |
$key ne 'target' and defined $$options{'max_level'} |
227
|
10 |
22 |
8 |
$demon->boss and not $bosses{$demon->name} |