blib/lib/Metabrik/File/Write.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | not $self->append and $self->overwrite |
0 | 0 | 0 | not $self->append || $self->overwrite and -f $output |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 0 | defined $self->global && $self->global->encoding || 'utf8' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | $output ||= $self->output |
70 | 0 | 0 | 0 | $self->append || $self->overwrite |