| blib/lib/Bio/Das/Segment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 22 | 4.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 1 | 0 | 0 | defined $_[0] && $_[0] =~ /^-/ |
| 247 | 0 | 0 | 0 | $options && CORE::ref $options eq 'HASH' |
| 306 | 0 | 0 | 0 | !$maxed_out && $conf_label |
| 343 | 0 | 0 | 0 | $mtime and (time - $mtime) / 60 < 5 |
| line | l | !l | condition |
|---|---|---|---|
| 210 | 0 | 0 | $d || '' |
| 334 | 0 | 0 | mkpath($dir) or die "${dir}: $!" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 157 | 0 | 0 | 0 | $d ||= $self->end - $self->start + 1 |
| 259 | 0 | 0 | 0 | $type->label || $type->method_label |