| blib/lib/FalkorDB.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 19 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | defined $args{'password'} and $args{'password'} ne "" |
| 34 | 0 | 0 | 0 | defined $args{'username'} and $args{'username'} ne "" |
| 0 | 0 | 0 | defined $args{'username'} and $args{'username'} ne "" and defined $args{'password'} | |
| 0 | 0 | 0 | defined $args{'username'} and $args{'username'} ne "" and defined $args{'password'} and $args{'password'} ne "" | |
| 69 | 0 | 0 | 0 | defined $res && $res eq 'OK' |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 0 | $args{'host'} // "falkordb" |
| 20 | 0 | 0 | $args{'port'} // 6379 |