Condition Coverage

blib/lib/Pandoc/Filter/HeaderIdentifiers.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
46 6 2 4 $ids and $ids->{$id}++
67 4 0 1 $id =~ /^\p{InPandocHeaderIdentifier}+$/ and $id =~ /^\p{Letter}/
70 1 0 0 defined $ids->{$id} and $ids->{$id} > $2

or 2 conditions

line l !l condition
43 9 3 $id ||= 'section'