Condition Coverage

blib/lib/WWW/MetaForge/ArcRaiders/Result/Item.pm
Criterion Covered Total %
condition 18 29 62.0


or 2 conditions

line l !l condition
125 128 4 $data->{'components'} // []
0 132 $data->{'soldBy'} // []
0 132 $data->{'usedIn'} // []
0 132 $data->{'compatibleWith'} // []

or 3 conditions

line l !l&&r !l&&!r condition
104 0 129 3 $data->{'stats'} // $data->{'stat_block'}
105 0 129 3 $data->{'weight'} // ($stats ? $stats->{'weight'} : undef)
106 0 129 3 $data->{'stackSize'} // ($stats ? $stats->{'stackSize'} : undef)
125 0 132 0 $data->{'slug'} // $data->{'id'}
0 129 3 $data->{'category'} // $data->{'item_type'}
0 129 3 $data->{'baseValue'} // $data->{'value'}
0 1 131 $data->{'lastUpdated'} // $data->{'updated_at'}