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