Condition Coverage

blib/lib/YAML/Perl/Parser.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
397 68 36 1 $indentless_sequence and $self->scanner->check_token('YAML::Perl::Token::BlockEntry')
414 11 4 59 $token->plain and not defined $tag

or 2 conditions

line l !l condition
414 4 11 $tag || ''

or 3 conditions

line l !l&&r !l&&!r condition
396 97 0 8 !defined($tag) || $tag eq '!'
411 0 0 0 defined $anchor or defined $tag
414 59 0 15 $token->plain and not defined $tag or ($tag || '') eq '!'