blib/lib/Bible/OBML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 26 | 80.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 20 | 20 | 14 | @obml && length $line && length $obml[-1] |
182 | 11 | 0 | 3 | length $last_line_indent == 0 and length $this_line_indent == 0 |
235 | 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' | |
280 | 8 | 2 | 1 | $want eq "data" and $self->_load->{'data'} |
line | l | !l | condition |
---|---|---|---|
145 | 0 | 36 | $1 or "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
235 | 3 | 3 | 66 | $node->{'tag'} eq 'crossref' || $node->{'tag'} eq 'footnote' |
284 | 0 | 4 | 0 | $self->_load->{'clean_html'} //= __cleanup_html($self->_load->{'html'}) |
286 | 1 | 2 | 0 | $want eq "data" or $want eq "html" |