Condition Coverage

blib/lib/Text/Balanced/Marpa.pm
Criterion Covered Total %
condition 14 26 53.8


and 3 conditions

line !l l&&!r l&&r condition
433 84 0 1289 $pos < $total_length and $pos - $first_pos <= $length
672 0 0 17 $lexeme =~ /["']/ and join(', ', @event_name) eq 'close_delim, open_delim'
766 21 16 0 CORE::length $open->[$i] > 1 and $open->[$i] =~ /'/
25 12 0 CORE::length $close->[$i] > 1 and $close->[$i] =~ /'/

or 2 conditions

line l !l condition
405 87 0 $self->text || \''

or 3 conditions

line l !l&&r !l&&!r condition
409 2 76 9 $self->length || $total_length
719 0 0 16 $#$open < 0 or $#$close < 0
754 0 0 37 $open->[$i] =~ /\\/ or $close->[$i] =~ /\\/
766 0 0 37 CORE::length $open->[$i] > 1 and $open->[$i] =~ /'/ or CORE::length $close->[$i] > 1 and $close->[$i] =~ /'/