| blib/lib/Gnuplot/Builder/Script.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 159 | 0 | 0 | 1011 | builtin::blessed($parent) and $parent->isa("Gnuplot::Builder::Script") |
| 185 | 0 | 0 | 19 | $dataset->can("params_string") and $dataset->can("write_data_to") |
| 289 | 22 | 6 | 1 | $$data_written_ref and not $$ended_with_newline_ref |
| 294 | 19 | 2 | 9 | defined $args{'option'} && $args{'option'} ne '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 327 | 83 | 13 | 63 | not defined $_context_writer or builtin::refaddr($_context_writer) != builtin::refaddr($writer) |