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
179 20 20 14 @obml && length $line && length $obml[-1]
186 11 0 3 length $last_line_indent == 0 and length $this_line_indent == 0
239 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'
284 8 2 1 $want eq "data" and $self->_load->{'data'}

or 2 conditions

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

or 3 conditions

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