Condition Coverage

blib/lib/Nile/DBI.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
237 0 0 0 not defined $ret and $self->dbh->err
254 0 0 0 not @ret and $self->dbh->err
272 0 0 0 not defined $ret and $self->dbh->err
290 0 0 0 not defined $ret and $self->dbh->err
310 0 0 0 not defined $ret and $self->dbh->err
325 0 0 0 not defined $ret and $self->dbh->err
358 0 0 0 not defined $ret and $self->dbh->err

or 2 conditions

line l !l condition
76 0 0 $default ||= {}
80 0 0 $arg{'driver'} ||= 'mysql'
81 0 0 $arg{'dsn'} ||= ''
82 0 0 $arg{'host'} ||= 'localhost'
83 0 0 $arg{'port'} ||= 3306
84 0 0 $arg{'attr'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
98 0 0 0 $arg{'dsn'} ||= "DBI:$arg{'driver'}:database=$arg{'name'};host=$arg{'host'};port=$arg{'port'}"