| blib/lib/Pod/Coverage/TrustPod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 57 | 0 | 3 | $$_{'command'} eq 'for' and $$_{'content'} =~ s/^Pod::Coverage\b// |
| 55 | 0 | 1 | $$_{'command'} eq 'begin' && $$_{'content'} =~ /^Pod::Coverage\b/ | |
| 5 | 0 | 1 | $$_{'command'} eq 'end' && $$_{'content'} =~ /^Pod::Coverage\b/ | |
| 55 | 5 | 2 | $$_{'command'} eq 'begin' && $$_{'content'} =~ /^Pod::Coverage\b/ ... $$_{'command'} eq 'end' && $$_{'content'} =~ /^Pod::Coverage\b/ and $$_{'type'} =~ /\Averbatim|text\z/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 13 | 6 | 0 | $$self{'_trust_from_pod'} ||= $self->__get_pod_trust($$self{'package'}, {}) |