Branch Coverage

lib/Net/ISC/DHCPd/Config/Key.pm
Criterion Covered Total %
branch 11 14 78.5


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