Condition Coverage

blib/lib/DBIx/Oracle/UpgradeUtf8.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 $_ and not ref $_
0 0 0 $_ and not ref $_ and not &looks_like_number($_)

or 2 conditions

line l !l condition
38 0 0 delete $options{'dbh_methods'} // \@default_dbh_methods
0 0 delete $options{'sth_methods'} // \@default_sth_methods
89 0 0 $dbh->{'Callbacks'} //= {}
90 0 0 $parent_callbacks->{'ChildCallbacks'} //= {}

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 not $_ or ref $_ eq "CODE"
31 0 0 0 not $_ or ref $_ eq "ARRAY"
32 0 0 0 not $_ or ref $_ eq "ARRAY"
71 0 0 0 &looks_like_number($_[$i]) or utf8::is_utf8($_[$i])