Branch Coverage

blib/lib/RxPerl/Extras.pm
Criterion Covered Total %
branch 16 26 61.5


line true false branch
42 10 8 if ($active_subscription)
52 8 0 if defined $subscriber->{'next'}
55 0 0 if defined $subscriber->{'error'}
59 4 3 if ($val_is_owed) { }
63 1 2 if $big_completed and defined $subscriber->{'complete'}
74 0 0 if defined $subscriber->{'error'}
78 0 1 if not $active_subscription and defined $subscriber->{'complete'}
136 0 0 if defined $subscriber->{'error'}
140 1 1 if ($val_is_owed)
150 3 4 if ($mini_subscription) { }
157 4 0 if defined $subscriber->{'next'}
166 1 1 if $val_is_owed and defined $subscriber->{'next'}
167 2 0 if defined $subscriber->{'complete'}