| blib/lib/Sub/Attributes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 14 | 50.0 |
| line | l | !l | condition |
|---|---|---|---|
| 120 | 0 | 0 | push @disallowed, $name and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 0 | 1 | 1 | $sub and $sub =~ /^$package\:\:/ |
| 40 | 0 | 1 | 10 | $args[0] and exists $Sub::Attributes::attributes{$args[0]} |
| 49 | 0 | 1 | 6 | $args[0] and exists $Sub::Attributes::attributes{ref $args[0]} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 138 | 0 | 1 | 0 | ref $package || $package |