Condition Coverage

blib/lib/YAML/Perl/Error.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 0 $start > 0 and not substr($self->buffer, $start - 1, 1) =~ /[\0\r\n\x85\x{2028}\x{2029}]/
42 0 0 0 $end < length $self->buffer and not substr($self->buffer, $start - 1, 1) =~ /[\0\r\n\x85\x{2028}\x{2029}]/
103 0 0 0 $self->context_mark and !($self->problem && $self->problem_mark) || $self->context_mark->name ne $self->problem_mark->name || $self->context_mark->line != $self->problem_mark->line || $self->context_mark->column != $self->problem_mark->column

or 3 conditions

line l !l&&r !l&&!r condition
103 0 0 0 !($self->problem && $self->problem_mark) || $self->context_mark->name ne $self->problem_mark->name || $self->context_mark->line != $self->problem_mark->line || $self->context_mark->column != $self->problem_mark->column