blib/lib/Excel/Writer/XLSX/Chart/Pie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 11 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 0 | 5 | $rotation >= 0 and $rotation <= 360 |
185 | 55 | 0 | 1 | defined $legend->{'_delete_series'} and ref $legend->{'_delete_series'} eq 'ARRAY' |
249 | 54 | 0 | 1 | $font and exists $font->{'_rotation'} |
line | l | !l | condition |
---|---|---|---|
180 | 5 | 51 | $legend->{'_position'} || 'right' |