Condition Coverage

html/lib/Marpa/R2/HTML/Config/Compile.pm
Criterion Covered Total %
condition 23 36 63.8


and 3 conditions

line !l l&&!r l&&r condition
649 0 0 0 $eval_ref_type eq "ARRAY" and $Marpa::R2::HTML::Config::Compile::EVAL_ERROR->[0] eq "rule"
670 18 87 0 defined $context and not defined $contents

or 2 conditions

line l !l condition
51 10 0 $symbol_table->{$element} //= []
97 0 77 $symbol_table->{$element} //= []
176 2 10 $symbol_table->{$element} //= []
232 1 16 $symbol_table->{$element_symbol} //= []
678 87 18 $context //= []
739 1 2 $ruby_config{$required_rubies_desc} //= []

or 3 conditions

line l !l&&r !l&&!r condition
79 0 10 0 $primary_group_by_tag->{$tag} //= $group
254 27 0 0 $content_symbol //= $external_content_symbol
327 1 1 155 $symbol eq "CDATA" or $symbol eq "PCDATA"
669 87 18 1 defined $context or defined $contents
682 28 0 77 ref $context or ref $contents
841 38 0 0 $defined_in_core{$_} || $runtime_tag{$_}