blib/lib/ClearPress/driver/mysql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | l | !l | condition |
---|---|---|---|
31 | 0 | 0 | ref $self->{'dsn_opts'} and scalar keys %{$$self{'dsn_opts'};} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | $self->{'dbh'} and not $self->{'dbh'}->ping |
111 | 0 | 0 | 0 | defined $start and defined $len |
line | l | !l | condition |
---|---|---|---|
48 | 0 | 0 | $self->{'dbname'} || '' |
0 | 0 | $self->{'dbhost'} || 'localhost' | |
0 | 0 | $self->{'dbport'} || '3306' | |
56 | 0 | 0 | $self->{'dbuser'} || '' |
77 | 0 | 0 | $self->{'dbuser'} || q[''] |