Branch Coverage

lib/Net/ISC/DHCPd/Config/Key.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
80 0 0 if $line =~ /^\s*}/
81 0 0 if $line =~ /algorithm \s+ (\S+);/x
82 0 0 if $line =~ /secret \s+ ("?)(\S+)\1;/x
95 0 0 if $value =~ s/^"(.*)"$/$1/g
110 0 0 $self->quoted ? :
0 0 $self->algorithm ? :
0 0 $self->secret ? :