Condition Coverage

blib/lib/Venus/Error.pm
Criterion Covered Total %
condition 19 26 73.0


and 3 conditions

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 3841 1 2 defined $limit and $i + 1 == $offset + $limit

or 2 conditions

line l !l condition
47 0 182 $ENV{'VENUS_ERROR_VERBOSE'} // 1
48 0 182 $ENV{'VENUS_ERROR_TRACE_OFFSET'} // 2
140 539 175 $self->name || '(None)'
142 714 0 $self->context || '(None)'
196 905 182 $self->{'$frames'} //= []
238 1 1 $index //= 0
284 184 1 $offset // 1

or 3 conditions

line l !l&&r !l&&!r condition
216 126 985 0 $self->id($name) // ()