Condition Coverage

blib/lib/Bible/OBML.pm
Criterion Covered Total %
condition 21 26 80.7


and 3 conditions

line !l l&&!r l&&r condition
177 20 20 14 @obml && length $line && length $obml[-1]
184 11 0 3 length $last_line_indent == 0 and length $this_line_indent == 0
237 90 9 72 $node->{'tag'} and $node->{'children'}
9 69 3 $node->{'tag'} and $node->{'children'} and $node->{'tag'} eq 'crossref' || $node->{'tag'} eq 'footnote'
282 8 2 1 $want eq "data" and $self->_load->{'data'}

or 2 conditions

line l !l condition
146 0 36 $1 or ""

or 3 conditions

line l !l&&r !l&&!r condition
237 3 3 66 $node->{'tag'} eq 'crossref' || $node->{'tag'} eq 'footnote'
286 0 4 0 $self->_load->{'clean_html'} //= __cleanup_html($self->_load->{'html'})
288 1 2 0 $want eq "data" or $want eq "html"