Condition Coverage

lib/Wiki/JSON/HTML.pm
Criterion Covered Total %
condition 23 32 71.8


and 3 conditions

line !l l&&!r l&&r condition
350 4 0 0 $options->{'inside_inline_element'} and not $is_inline

or 2 conditions

line l !l condition
16 0 52 $options //= {}
41 145 232 $self_closing //= 0
42 141 236 $attributes //= {}
228 5 3 $format //= {}
376 4 0 $self_closing //= 0
377 4 0 $attrs //= {}
483 93 0 $options //= {}

or 3 conditions

line l !l&&r !l&&!r condition
200 0 0 3 $real_link =~ /^\w:/u or $real_link =~ m[^(?:/|\w+\.)]u
229 1 4 3 $format->{'thumb'} || $format->{'frame'}
281 1 1 0 $element->{'options'}{'alt'} // $element->{'caption'}
557 11 34 79 $options->{'is_list_element'} or $options->{'inside_inline_element'}
558 40 3 2 $options->{'first'} or $found_inline_element