| blib/lib/Test/Subtest/Attribute.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 26 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 3 | 0 | if (ref $symbol) |
| 33 | 2 | 1 | if (defined $data) |
| 34 | 2 | 0 | ref $data ? : |
| 39 | 1 | 2 | if ($sub_name and not $name) |
| 70 | 0 | 5 | unless ($args{'name'}) |
| 79 | 0 | 4 | if ($subtest->{'name'} eq $args{'name'}) |
| 86 | 2 | 3 | if ($args{'where'} eq 'prepend') { } |
| 114 | 0 | 2 | unless $which |
| 116 | 1 | 1 | ref $which ? : |
| 137 | 0 | 0 | if ($args{'verbose_names'}) |
| 140 | 0 | 0 | $package_name && $package_name ne 'main' ? : |
| 147 | 0 | 0 | if ($subtest->{'sub_name'} and not $subref) |
| 150 | 0 | 0 | if ($subref and ref $subref eq 'CODE') |