Condition Coverage

lib/APISchema/Schema.pm
Criterion Covered Total %
condition 7 9 77.7


or 2 conditions

line l !l condition
43 15 0 $name or ''
70 47 3 ($values{'title'} // $values{'route'}) // 'empty_route'
91 338 0 $_->title || ''

or 3 conditions

line l !l&&r !l&&!r condition
70 63 47 3 $values{'title'} // $values{'route'}