| blib/lib/Exporter/Declare/Meta.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 150 | 6 | 1 | if ($name =~ /^\&/) { } |
| 158 | 1 | 1 | if @$exports |
| 175 | 0 | 0 | exists $self->export_tags->{$name} ? : |
| 181 | 0 | 0 | exists $self->arguments->{$name} ? : |
| 187 | 0 | 0 | exists $self->options->{$name} ? : |
| 194 | 0 | 78 | unless $item |
| 201 | 64 | 14 | if not $type or $type eq '&' |
| 202 | 6 | 8 | if $type eq '$' |
| 203 | 5 | 3 | if $type eq '@' |
| 204 | 3 | 0 | if $type eq '%' |
| 211 | 1 | 1 | $exporter->can('export_meta') ? : |