Condition Coverage

blib/lib/File/KDBX/Error.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
63 0 429 2 @_ && $_[0] eq 'File::KDBX::Error'
64 426 0 5 &blessed($_[0]) && $_[0]->isa('File::KDBX::Error')

or 2 conditions

line l !l condition
50 429 0 $e // "Something happened"
76 2 0 $self->{'details'} //= {}
85 6 0 $_[0]{'trace'} // []
86 0 0 $_[0]->details->{'type'} // ""
117 13 1 $File::KDBX::WARNINGS // 1