| blib/lib/KiokuDB/Set.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 62 | 0 | 0 | $self->includes($item) ? : |
| 72 | 0 | 0 | if (my $meth = $set->can('_load_all')) |
| 76 | 0 | 0 | if (my $inner = $set->can('_objects')) { } |
| 0 | 0 | elsif ($set->isa('Set::Object')) { } | |
| 103 | 0 | 0 | if (grep {$_->size == 0;} $self, @sets) { } |
| 113 | 0 | 0 | if $other->size < $self->size |
| 114 | 0 | 0 | if $self->size == 0 |
| 122 | 0 | 0 | if ($other->size == 0) { } |
| 132 | 0 | 0 | if $self->size == 0 and $other->size == 0 |
| 133 | 0 | 0 | if $self->size != 0 and $other->size != 0 |