blib/lib/Perinci/Gen/ForModule.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 13 | 46.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 3 | 0 | 0 | defined $inc and not match_array_or_regex($sub, $inc) |
125 | 0 | 2 | 1 | defined $exc and match_array_or_regex($sub, $exc) |
line | l | !l | condition |
---|---|---|---|
75 | 0 | 1 | $args{'load'} // 1 |
92 | 1 | 0 | $VERSION // '?' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
70 | 0 | 1 | 0 | $args{'exclude_subs'} // qr/^_/ |