| blib/lib/RxPerl/Subject.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 1 | 46 | if ($self->{'_closed'}) |
| 32 | 1 | 0 | if $self->can("_on_subscribe_closed") |
| 34 | 1 | 0 | if defined $subscriber->{$type} |
| 39 | 3 | 43 | if $self->can("_on_subscribe") |
| 49 | 0 | 7 | if $self->{'_closed'} |
| 52 | 6 | 0 | if defined $subscriber->{$type} |
| 61 | 52 | 0 | if defined $subscriber->{'next'} |
| 71 | 30 | 0 | if defined $self->{'next'} |
| 77 | 0 | 0 | if defined $self->{'error'} |
| 83 | 4 | 0 | if defined $self->{'complete'} |