blib/lib/Venus/Error.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 26 | 73.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
206 | 3 | 0 | 21 | $self->name and not $self->can($method) |
226 | 0 | 0 | 5 | $self->name and not $self->can($method) |
287 | 4025 | 1 | 2 | defined $limit and $i + 1 == $offset + $limit |
line | l | !l | condition |
---|---|---|---|
47 | 0 | 192 | $ENV{'VENUS_ERROR_VERBOSE'} // 1 |
48 | 0 | 192 | $ENV{'VENUS_ERROR_TRACE_OFFSET'} // 2 |
140 | 565 | 187 | $self->name || '(None)' |
142 | 752 | 0 | $self->context || '(None)' |
196 | 953 | 192 | $self->{'$frames'} //= [] |
238 | 1 | 1 | $index //= 0 |
284 | 194 | 1 | $offset // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
216 | 132 | 1035 | 0 | $self->id($name) // () |