Branch Coverage

blib/lib/OSPF/LSDB.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
81 191 210 if UNIVERSAL::isa($_[0], "OSPF::LSDB")
83 401 0 unless ref $self
85 191 210 if $other
108 41 134 unless delete $self->{'errors'}
200 1 190 if $self->{'ospf'}{'version'} eq $VERSION
202 1249 81 if $self->{'ospf'}{'version'} < $ver
204 190 0 if (int 10 * $self->{'ospf'}{'version'} == int 10 * $VERSION) { }
380 0 195 unless $ospf
381 0 195 unless $ospf->{'version'}
382 0 195 unless $ospf->{'version'} eq $VERSION
384 73 122 $self->ipv6 ? :
386 0 390 unless $dvs->validate($ospf)