| blib/lib/Slay/Makefile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 23 | 26 | 88.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 219 | 153 | 5 | 331 | $in_braces <= 0 and not /\\$/ | 
| 325 | 47 | 178 | 22 | $l < $#lines and $lines[++$l] =~ /^\s/ || $lines[$l] =~ /^\z/ && $in_braces | 
| 333 | 103 | 0 | 66 | $in_braces <= 0 and not /\\$/ | 
| 485 | 112 | 0 | 22 | defined $self->{'options'}{'strict'} && $self->{'options'}{'strict'} == 0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 201 | 0 | 62 | $lineno ||= 1 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 168 | 38 | 19 | 1 | @_ or $self->{'first'} | 
| 267 | 2 | 5 | 1 | $ref eq "Regexp" or $ref eq "" | 
| 325 | 167 | 3 | 30 | $lines[++$l] =~ /^\s/ || $lines[$l] =~ /^\z/ && $in_braces | 
| 391 | 29 | 22 | 27 | $self->{'first'} or grep((ref $_ eq "Regexp"), @tgts) |