| install-radius-db.PL | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 20 | 35.0 |
| line | true | false | branch |
|---|---|---|---|
| 6 | 0 | 1 | unless (-w $raddb_dir) |
| 8 | 0 | 0 | if (-x $raddb_dir) { } |
| 13 | 0 | 0 | if (-w $up and mkdir $raddb_dir) { } |
| 29 | 2 | 16 | if /^\./ |
| 33 | 0 | 16 | $res > 0 ? : |
| 16 | 0 | $res ? : | |
| 42 | 0 | 16 | unless (-f $f1) |
| 45 | 16 | 0 | if (-e $f2) |
| 48 | 0 | 0 | unless open F1, $f1 |
| 49 | 0 | 0 | unless (open F2, ">$f2") |