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