Condition Coverage

blib/lib/HTML/Mason/Lexer.pm
Criterion Covered Total %
condition 21 38 55.2


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $self->{'current'}{'in_def'} || $self->{'current'}{'in_method'} and $self->{'current'}{'comp_source'} =~ /\G\z/
254 102 0 85 defined $1 and defined $2
102 0 85 defined $1 and defined $2 and length $1
0 0 85 defined $1 and defined $2 and length $1 and length $2
301 45 0 62 defined $1 and defined $2
45 0 62 defined $1 and defined $2 and length $1
0 0 62 defined $1 and defined $2 and length $1 and length $2
343 1 0 119 defined $name and length $name
524 0 530 113 defined $1 && length $1

or 2 conditions

line l !l condition
455 7 32 $1 || ''

or 3 conditions

line l !l&&r !l&&!r condition
107 17 0 530 $err ||= $@
137 0 0 0 $self->{'current'}{'in_def'} || $self->{'current'}{'in_method'}
150 55 58 530 $self->{'current'}{'in_def'} or $self->{'current'}{'in_method'}