| blib/lib/LaTeX/Pod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 14 | 20 | 70.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 65 | 34 | 32 | 0 | not defined $command_keyword and $i >= 1 ? !$self->_is_environment_type($node->getParent, "verbatim") : &true() | 
| 98 | 14 | 20 | 0 | defined $exec and $exec | 
| 488 | 46 | 110 | 64 | $node && $node->getNodeType eq 'ENVIRONMENT' && $node->getEnvironmentClass =~ /$type/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 401 | 6 | 0 | $self->{'title_inc'}{'section'} ||= 1 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 36 | 0 | 1 | 0 | ref $class || $class | 
| 62 | 46 | 2 | 88 | not $node->getNodeText =~ /\w+/ or $node->getNodeText =~ /^\\\w+$/m | 
| 387 | 2 | 2 | 0 | $self->{'title_inc'}{'section'} ||= $self->{'title_inc'}{'chapter'} + 1 |