Condition Coverage

blib/lib/KiokuDB.pm
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
94 0 0 61 $b->can('serializer') and $b->serializer->can('default_typemap')
317 4 0 69 &blessed($_) and $_->isa('KiokuDB::Error::MissingObjects')
4 0 69 &blessed($_) and $_->isa('KiokuDB::Error::MissingObjects') and $_->missing_ids_are(@ids)
328 0 3 66 @args == 1 and ref $args[0] eq 'HASH'
632 2023 0 160 $args{'scope'} && $self->new_scope

or 2 conditions

line l !l condition
528 0 99 $args{'method'} || 'derive'
530 99 0 $args{'args'} || []

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 52 -d $dsn or $dsn =~ /\.yml$/