Branch Coverage

lib/DBIx/Schema/Changelog.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
105 0 14 unless $$_{'id'}
107 0 14 if $self->_check_key($$_{'id'}, $hash)
110 14 0 if defined $$_{'entries'}
112 0 14 unless $self->insert_dblog->execute($$_{'id'}, $$_{'author'}, $file, $hash, $VERSION)
124 14 0 unless my(@resp) = $self->dbh->selectrow_array('select md5sum, changelog from ' . $self->db_changelog_table . " where id = '${id}'")
129 0 0 if $resp[0] ne $value
172 0 2 defined $$main{'prefix'} && $$main{'prefix'} ne '' ? :
177 0 2 defined $$main{'postfix'} && $$main{'postfix'} ne '' ? :