Condition Coverage

blib/lib/YAML/Tidy/Node.pm
Criterion Covered Total %
condition 25 26 96.1


and 3 conditions

line !l l&&!r l&&r condition
102 13168 2190 106 $pos->{'line'} == $line and $pos->{'column'} >= $offset
138 1062 3930 2922 $pos->{'column'} == 0 and $pos->{'line'} == $startline
206 3183 19815 551 $start->{'line'} == $end->{'line'} and $start->{'column'} == $end->{'column'}
223 142 2660 836 $pos->{'line'} == $line and $pos->{'column'} >= $offset
243 4362 36 102 $self->empty_scalar and $pos->{'column'} == 0
4398 87 15 $self->empty_scalar and $pos->{'column'} == 0 and $pos->{'line'} == $startline
250 4095 321 84 $pos->{'column'} == 0 and $pos->{'line'} == $startline

or 2 conditions

line l !l condition
20 44872 0 $self->{'type'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
179 1421 1073 10682 $self->{'style'} == 4 or $self->{'style'} == 5