Branch Coverage

blib/lib/Gnuplot/Builder/PartiallyKeyedList.pm
Criterion Covered Total %
branch 17 24 70.8


line true false branch
18 0 6062 unless defined $key
20 515 5547 if (defined $index) { }
31 0 211 unless defined $key
33 202 9 defined $index ? :
38 0 71 if $index < 0 or $index >= $self->size
54 0 1537 unless defined $key
60 0 33 unless defined $key
62 7 26 unless defined $index
67 36 30 if $existing_index > $index
80 0 2107 if not defined $code or ref $code ne 'CODE'
88 0 1526 unless defined $another and ref $another
91 4668 47 if (defined $key) { }