Condition Coverage

blib/lib/Games/SMTNocturne/Demons.pm
Criterion Covered Total %
condition 18 32 56.2


and 3 conditions

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}

or 2 conditions

line l !l condition
106 0 0 fuse($demon1, $demon2, $options) || ''

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 9 $demon1->type eq 'Fiend' || $demon2->type eq 'Fiend'
62 2864 2868 127530 $demon1->type eq 'Element' or $demon2->type eq 'Element'
2800 2800 121882 $demon1->type eq 'Mitama' or $demon2->type eq 'Mitama'