blib/lib/DBIx/Counter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | l | !l | condition |
---|---|---|---|
27 | 0 | 0 | $opts{'tablename'} || $DBIx::Counter::TABLENAME || 'counters' |
0 | 0 | $opts{'initial'} || '0' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 0 | 0 | $opts{'dsn'} || $DBIx::Counter::DSN |
0 | 0 | 0 | $opts{'login'} || $DBIx::Counter::LOGIN | |
0 | 0 | 0 | $opts{'password'} || $DBIx::Counter::PASSWORD | |
37 | 0 | 0 | 0 | $$self{'dbh'} or $$self{'dsn'} |
64 | 0 | 0 | 0 | $$self{'dbh'} || 'DBI'->connect_cached($$self{'dsn'}, $$self{'login'}, $$self{'password'}, {'PrintError', 0, 'RaiseError', 1}) |