lib/MojoX/Mysql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
41 | 0 | 0 | 6 | not exists $$server{'user'} and exists $args{'user'} |
44 | 0 | 0 | 6 | not exists $$server{'password'} and exists $args{'password'} |
47 | 0 | 6 | 0 | not exists $$server{'write_timeout'} and exists $args{'write_timeout'} |
50 | 0 | 6 | 0 | not exists $$server{'read_timeout'} and exists $args{'read_timeout'} |
106 | 0 | 0 | 0 | defined $async and defined $slave |