lib/Web/API/Mapper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 10 | 50.0 |
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'}/ |
line | l | !l | condition |
---|---|---|---|
54 | 1 | 0 | $options ||= {} |
55 | 0 | 1 | $$options{'type'} || 'any' |