blib/lib/Class/Meta/Express.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 21 | 24 | 87.5 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 18 | if defined &{"${caller}::meta";} |
42 | 2 | 19 | if ref $_[3] eq 'HASH' |
63 | 2 | 24 | ref $_[0] eq 'HASH' ? : |
65 | 8 | 18 | if $$args{'reexport'} |
74 | 1 | 32 | unless ($meta_for{$caller}) |
88 | 8 | 4 | if (my $ref = ref $_[3]) |
89 | 4 | 4 | if ($ref eq 'CODE') { } |
92 | 4 | 0 | if $ref eq 'HASH' |
121 | 4 | 4 | !@args ? : |
123 | 4 | 4 | unless ref $export eq 'CODE' |
129 | 8 | 0 | unless (defined &{"${caller}::meta";}) |
134 | 4 | 4 | if $export |