blib/lib/Perinci/AccessUtil.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 23 | 82.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 0 | 1 | 1 | $$nmeta{'result'}{'schema'} and $$nmeta{'result'}{'schema'}[0] eq 'buf' |
30 | 2 | 1 | 3 | defined $$res[2] and not ref $$res[2] |
3 | 1 | 2 | defined $$res[2] and not ref $$res[2] and $$res[2] =~ /[^\x20-\x7f]/ |
line | l | !l | condition |
---|---|---|---|
21 | 7 | 2 | $def_ver // 1.1 |
42 | 6 | 0 | $$res[3]{'riap.v'} // 1.1 |
57 | 1 | 0 | $$res[2] // '' |
72 | 1 | 1 | $$req{'v'} // 1.1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 1 | 9 | 0 | $$res[3]{'riap.v'} //= $def_ver // 1.1 |
43 | 2 | 3 | 1 | $ver == 1.1 or $ver == 1.2 |