Condition Coverage

blib/lib/Geoffrey/Changelog/Database.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 0 $i_changeset_id && scalar @{$ar_changesets;} == 1

or 2 conditions

line l !l condition
25 0 0 $_[0]{'changlog_entries_table'} //= 'geoffrey_changlog_entries'
172 0 0 $self->{'geoffrey_changelogs'} //= 'geoffrey_changelogs'

or 3 conditions

line l !l&&r !l&&!r condition
87 0 0 0 $self->dbh->selectall_arrayref($s_entries_sql, {'Slice', {}}, $hr_unhandeled_changelog->{'ID'}) || Geoffrey::Exception::Database::throw_sql_handle($!, $s_entries_sql)
98 0 0 0 $self->dbh->selectall_arrayref($s_changeset_sql, {'Slice', {}}, $i_changeset_id ? $i_changeset_id : ()) || Geoffrey::Exception::Database::throw_sql_handle($!, $s_changeset_sql)