blib/lib/MySQL/Easy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
72 | 0 | 0 | 0 | $warn and not $err |
185 | 0 | 0 | 0 | @cargs and blessed($cargs[0]) |
0 | 0 | 0 | @cargs and blessed($cargs[0]) and $cargs[0]->isa('MySQL::Easy::sth') | |
212 | 0 | 0 | 0 | $warn and not $err |
266 | 0 | 0 | 0 | ref $$this{'dbase'} and $$this{'dbase'}->isa('DBI::db') |
271 | 0 | 0 | 0 | $tr and $$this{'dbh'} |
395 | 0 | 0 | 0 | defined $$this{'dbh'} and $$this{'dbh'}->ping |
398 | 0 | 0 | 0 | $$this{'user'} and $$this{'pass'} |
442 | 0 | 0 | 0 | $ENV{$USER_ENV} and $ENV{$PASS_ENV} |
454 | 0 | 0 | 0 | $user and $pass |