blib/lib/Test/Compile/Internal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
66 | 0 | 1 | 3 | $pm_ok and $pl_ok |
369 | 0 | 24 | 0 | $output and !defined($self->verbose) || $self->verbose != 0 |
401 | 1 | 23 | 11 | defined $line and $line =~ /^#!/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
369 | 17 | 0 | 7 | !defined($self->verbose) || $self->verbose != 0 |
370 | 1 | 0 | 16 | not $compiles or $self->verbose |