Branch Coverage

blib/lib/Test2/Hub/Interceptor.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
25 0 13 if ($from->{'ipc'} and not $self->{'ipc'} and not exists $params{'ipc'})
31 12 52 if (my $ls = $from->{'_listeners'})
35 23 41 if (my $pfs = $from->{'_pre_filters'})
39 0 64 if (my $fs = $from->{'_filters'})
55 105 87 unless $set
58 64 23 unless my $cbs = $i->{'intercept_inherit'}
59 0 23 unless ref $cbs eq 'HASH'
60 0 23 unless my $cb = $cbs->{'clean'}
77 101 88 unless $set
80 64 25 unless my $cbs = $i->{'intercept_inherit'}
81 0 25 unless ref $cbs eq 'HASH'
82 0 25 unless my $cb = $cbs->{'restore'}