| Bio/Root/Root.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 39 | 46.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 259 | 0 | 0 | 11886 | ref $orig and $orig->isa('Bio::Root::Root') |
| 364 | 0 | 107 | 304998 | ref $self and $self->isa('HASH') |
| 441 | 131 | 0 | 11 | @args % 2 == 0 and $args[0] =~ /^-/ |
| 479 | 1 | 76641 | 0 | defined $self->verbose and $self->verbose > 0 |
| 480 | 0 | 0 | 0 | @msgs and $msgs[-1] =~ /\n$/ |
| line | l | !l | condition |
|---|---|---|---|
| 188 | 0 | 0 | &Scalar::Util::blessed($orig) || '' |
| 189 | 0 | 0 | &Scalar::Util::reftype($orig) || '' |
| 329 | 5609 | 211746 | $value || 0 |
| 438 | 11 | 131 | $class ||= 'Bio::Root::Exception' |
| 451 | 0 | 0 | $class ||= '' |
| 456 | 0 | 0 | $text ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 221 | 8782 | 196345 | 0 | ref $class || $class |
| 229 | 0 | 0 | 152832 | $param{'-VERBOSE'} || $param{'-verbose'} |
| 328 | 82899 | 134456 | 293139 | defined $value or not defined $self->{'_root_verbose'} |
| 415 | 131 | 0 | 0 | $text ||= $args[0] |