Branch Coverage

blib/lib/GenOO/Data/File/GFF/Record.pm
Criterion Covered Total %
branch 5 14 35.7


line true false branch
162 1 0 if (defined $strand) { }
163 1 0 if ($strand == 1) { }
0 0 elsif ($strand == -1) { }
0 0 elsif ($strand == 0) { }
184 6036 4922 if ($value eq '+') { }
4922 0 elsif ($value eq '-') { }
0 0 elsif ($value eq '.') { }