blib/lib/Data/Stag/Writer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 11 | 72.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
177 | 3313 | 98 | 1 | $file and not $fh |
192 | 3288 | 0 | 124 | not $self->is_buffered and $fh |
line | l | !l | condition |
---|---|---|---|
178 | 1 | 0 | 'FileHandle'->new(">$file") || die("cannot open file: $file") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 0 | 1 | 56 | $fh or $file |