Condition Coverage

lib/Web/API/Mapper.pm
Criterion Covered Total %
condition 5 10 50.0


and 3 conditions

line !l l&&!r l&&r condition
63 0 2 1 $$options{'prefix'} and not $funcname =~ /^@{[$$options{'prefix'}];}/
64 2 0 0 $$options{'regexp'} and not $funcname =~ /$$options{'regexp'}/

or 2 conditions

line l !l condition
54 1 0 $options ||= {}
55 0 1 $$options{'type'} || 'any'