Condition Coverage

blib/lib/Class/DBI/Relationship/HasManyOrdered.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
279 0 0 0 $key and defined $value

or 2 conditions

line l !l condition
78 0 0 $position ||= 0
79 0 0 $meta->args->{'map'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
58 0 0 0 defined $position or $mode
233 0 0 0 $id_field ||= $f_key
235 0 0 0 $$self{"_${accessor}_index"} || ($$self{"_${accessor}_index"} = (grep /(name|title)/i, sort($f_class->columns('All')))[0])
0 0 0 $title_field ||= $$self{"_${accessor}_index"} || ($$self{"_${accessor}_index"} = (grep /(name|title)/i, sort($f_class->columns('All')))[0])
238 0 0 0 $title_field ||= (grep /(name|title)/i, sort($f_class->columns('All')))[0]