Condition Coverage

blib/lib/Geoffrey/Role/Core.pm
Criterion Covered Total %
condition 11 15 73.3


or 2 conditions

line l !l condition
29 1 2 $_[0]{'converter_name'} //= 'SQLite'
34 5 3 $_[0]{'io_name'} //= 'None'
39 0 0 $_[0]{'system'} // 'main'

or 3 conditions

line l !l&&r !l&&!r condition
21 12 1 1 $self->{'dbh'}->isa('DBI::db') or $self->{'dbh'}->isa('Test::Mock::Geoffrey::DBI')
45 96 3 0 $self->{'converter'} //= Geoffrey::Utils::converter_obj_from_name($self->converter_name)
52 8 3 0 $self->{'changelog_io'} //= Geoffrey::Utils::changelog_io_from_name($self->io_name)