| blib/lib/Chart/ECharts.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 24 | 4.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 370 | 0 | 0 | 0 | $format ne "png" and $format ne "svg" |
| line | l | !l | condition |
|---|---|---|---|
| 18 | 0 | 1 | $ENV{'ECHARTS_DEBUG'} || 0 |
| 110 | 0 | 0 | $self->{'options'}{'dataZoom'} //= [] |
| 175 | 0 | 0 | delete $default_options->{'series'} || {} |
| 176 | 0 | 0 | delete $global_options->{'series'} || {} |
| 225 | 0 | 0 | $params{'wrap'} //= 0 |
| 353 | 0 | 0 | delete $params{'node_bin'} || '/usr/bin/node' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 354 | 0 | 0 | 0 | delete $params{'output'} || Carp::croak('Specify "output" file') |
| 378 | 0 | 0 | 0 | -e $node_bin or -x _ |
| 382 | 0 | 0 | 0 | local $ENV{'NODE_PATH'} //= $node_path |