blib/lib/Exporter/Tidy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 10 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 3 | 0 | 1 | @symbols == 0 and exists $tags{'default'} |
28 | 16 | 0 | 5 | $map && exists $$map{$symbol} |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 5 | $tags{'all'} ||= [keys %available] |
35 | 1 | 0 | exists $tags{$1} || (require Carp, Carp::croak("Unknown tag: $1")) |