blib/lib/GO/AnnotatedGene.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
158 | 1 | 0 | 1 | exists $args{'productName'} and defined $args{'productName'} |
168 | 1 | 0 | 1 | exists $args{'aliases'} and defined $args{'aliases'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
146 | 4 | 1 | 0 | $args{'databaseId'} || $self->_handleMissingArgument('argument', 'databaseId') |
147 | 3 | 1 | 0 | $args{'standardName'} || $self->_handleMissingArgument('argument', 'standardName') |
148 | 2 | 0 | 1 | $args{'type'} || $self->_handleMissingArgument('argument', 'type') |
314 | 3 | 0 | 0 | $args{'argument'} || $self->_handleMissingArgument('argument', 'argument') |