Condition Coverage

blib/lib/YAML/yq/Helper.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
702 0 0 0 $opts{'merge_mode'} ne "deeply" and $opts{'merge_mode'} ne "replace"
0 0 0 $opts{'merge_mode'} ne "deeply" and $opts{'merge_mode'} ne "replace" and $opts{'merge_mode'} ne "append"
0 0 0 $opts{'merge_mode'} ne "deeply" and $opts{'merge_mode'} ne "replace" and $opts{'merge_mode'} ne "append" and $opts{'merge_mode'} ne "existing"
0 0 0 $opts{'merge_mode'} ne "deeply" and $opts{'merge_mode'} ne "replace" and $opts{'merge_mode'} ne "append" and $opts{'merge_mode'} ne "existing" and $opts{'merge_mode'} ne "new"
879 0 0 0 defined $opts{'hash'}{$key} and ref $opts{'hash'}{$key} ne "SCALAR"
0 0 0 defined $opts{'hash'}{$key} and ref $opts{'hash'}{$key} ne "SCALAR" and ref $opts{'hash'}{$key} ne ""

or 2 conditions

line l !l condition
499 0 0 Load($string) || die($string . "\n\n" . $@)