| blib/lib/Venus/Error.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 29 | 65.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 208 | 3 | 0 | 17 | $self->name and not $self->can($method) |
| 228 | 0 | 0 | 5 | $self->name and not $self->can($method) |
| 289 | 8018 | 1 | 2 | defined $limit and $i + 1 == $offset + $limit |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 0 | 353 | $ENV{'VENUS_ERROR_VERBOSE'} // 1 |
| 48 | 0 | 353 | $ENV{'VENUS_ERROR_TRACE_OFFSET'} // 2 |
| 142 | 1022 | 226 | $self->name || '(None)' |
| 144 | 1248 | 0 | $self->context || '(None)' |
| 198 | 1610 | 353 | $self->{'$frames'} //= [] |
| 240 | 1 | 1 | $index //= 0 |
| 286 | 355 | 1 | $offset // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 94 | 0 | 0 | 0 | ref $self || $self |
| 218 | 287 | 1778 | 0 | $self->id($name) // () |