Condition Coverage

blib/lib/DBIx/Sunny.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
24 0 0 0 $dsn =~ /^(?i:dbi):mysql:/ and not exists $attr->{'mysql_enable_utf8'}
0 0 0 $dsn =~ /^(?i:dbi):mysql:/ and not exists $attr->{'mysql_enable_utf8'} and not exists $attr->{'mysql_enable_utf8mb4'}
27 0 0 0 $dsn =~ /^(?i:dbi):Pg:/ and not exists $attr->{'pg_enable_utf8'}
55 0 0 0 $dsn =~ /^dbi:mysql:/ and not exists $attr->{'mysql_enable_utf8'}
0 0 0 $dsn =~ /^dbi:mysql:/ and not exists $attr->{'mysql_enable_utf8'} and not exists $attr->{'mysql_enable_utf8mb4'}
89 0 0 0 $caller[0] ne ref $self and not $caller[0] =~ /$DBIx::Sunny::SKIP_CALLER_REGEX/
124 0 0 0 $ret && $sth->fetchrow_arrayref
132 0 0 0 $ret && $sth->fetchrow_hashref
140 0 0 0 $ret && $sth->fetchall_arrayref({})