blib/lib/Test/Subtest/Attribute.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 24 | 29.1 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 0 | if (ref $symbol) |
32 | 0 | 0 | ref $data ? : |
35 | 0 | 0 | if ($sub_name and not $name) |
66 | 0 | 2 | unless ($args{'name'}) |
75 | 0 | 1 | if ($subtest->{'name'} eq $args{'name'}) |
82 | 1 | 1 | if ($args{'where'} eq 'prepend') { } |
110 | 0 | 2 | unless $which |
112 | 1 | 1 | ref $which ? : |
133 | 0 | 0 | if ($args{'verbose_names'}) |
136 | 0 | 0 | $package_name && $package_name ne 'main' ? : |
143 | 0 | 0 | if ($subtest->{'sub_name'} and not $subref) |
146 | 0 | 0 | if ($subref and ref $subref eq 'CODE') |