Condition Coverage

blib/lib/Text/Format/Screenplay.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
198 0 5 0 $e + 1 < scalar @{$sp;} and $$sp[$e + 1][0] eq 't' || $$sp[$e + 1][0] eq 'c' || $$sp[$e + 1][0] eq 's'
211 0 0 2 $e + 1 < scalar @{$sp;} and not $$sp[$e + 1][0] =~ /^stcd$/

or 3 conditions

line l !l&&r !l&&!r condition
154 1 1 7 $type eq 't' or $type eq 'c'
198 2 1 2 $$sp[$e + 1][0] eq 't' || $$sp[$e + 1][0] eq 'c' || $$sp[$e + 1][0] eq 's'