blib/lib/Pod/Cats.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 32 | 71.8 |
line | l | !l | condition |
---|---|---|---|
319 | 0 | 4 | $last_node = $node and next |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
323 | 16 | 5 | 4 | $$last_node{'type'} eq 'verbatim' and $$node{'type'} eq 'verbatim' |
line | l | !l | condition |
---|---|---|---|
168 | 1 | 3 | shift() || {} |
355 | 16 | 1 | $self->_process_entities($$node{'content'}) // (next) |
363 | 1 | 0 | $$node{'content'} // [] |
373 | 1 | 0 | $$node{'content'} // [] |
417 | 6 | 1 | $_ // '' |
427 | 1 | 3 | $$self{'delimiters'} // '<' |
451 | 27 | 1 | $_ // '' |
466 | 0 | 0 | $_ // '' |
477 | 0 | 0 | $_ // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
299 | 1 | 1 | 1 | $_ eq 'command' or $_ eq 'begin' |
427 | 15 | 4 | 0 | $$self{'parser'} ||= 'Pod::Cats::Parser::MGC'->new('object', $self, 'delimiters', $$self{'delimiters'} // '<') |
435 | 18 | 0 | 1 | defined $$parsed[0] || @$parsed > 1 |