Branch Coverage

blib/lib/Verilog/SigParser.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
62 0 486 if $Verilog::SigParser::Debug
63 468 18 unless defined $self->{'metacomment'}
86 2250 1700 if ($text =~ m[^(/.)\s* ([\$A-Za-z]\w*)\s+ (\w+) ]x)
88 0 2250 if ($self->{'metacomment'}{$category})
89 0 0 if $Verilog::SigParser::Debug
90 0 0 if ($delim eq '/*') { }