| blib/lib/Exporter/Declare/Meta.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 170 | 6 | 1 | if ($name =~ /^\&/) { } |
| 178 | 1 | 1 | if @$exports |
| 195 | 0 | 0 | exists $self->export_tags->{$name} ? : |
| 201 | 0 | 0 | exists $self->arguments->{$name} ? : |
| 207 | 0 | 0 | exists $self->options->{$name} ? : |
| 214 | 0 | 78 | unless $item |
| 221 | 64 | 14 | if not $type or $type eq '&' |
| 222 | 6 | 8 | if $type eq '$' |
| 223 | 5 | 3 | if $type eq '@' |
| 224 | 3 | 0 | if $type eq '%' |
| 231 | 1 | 1 | $exporter->can('export_meta') ? : |