blib/lib/Net/BGP/RIBEntry.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 24 | 8.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
128 | 0 | 0 | 0 | blessed $policy and $policy->isa('Net::BGP::Policy') |
150 | 0 | 0 | 0 | blessed $policy and $policy->isa('Net::BGP::Policy') |
174 | 0 | 0 | 0 | defined $$this{'_out'}{$peer} and defined $$newout_hr{$peer} |
0 | 0 | 0 | defined $$this{'_out'}{$peer} and defined $$newout_hr{$peer} and $$this{'_out'}{$peer} eq $$newout_hr{$peer} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 1 | 1 | 0 | ref $proto || $proto |
128 | 0 | 0 | 0 | not defined $policy or blessed $policy and $policy->isa('Net::BGP::Policy') |
170 | 0 | 0 | 0 | defined $$this{'_out'}{$peer} or defined $$newout_hr{$peer} |
189 | 0 | 0 | 0 | $this->update_local($policy) or $$this{'_force'} |