| blib/lib/Net/IRR.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 19 | 31.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 95 | 0 | 0 | 1 | @_ >= 2 and @_ <= 3 | 
| 106 | 0 | 0 | 1 | @_ >= 2 and @_ <= 3 | 
| 150 | 0 | 0 | 2 | @_ >= 2 and @_ <= 3 | 
| line | l | !l | condition | 
|---|---|---|---|
| 31 | 1 | 0 | $args{'host'} || '127.0.0.1' | 
| 32 | 0 | 1 | $args{'port'} || 43 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 30 | 0 | 1 | 0 | ref $class || $class | 
| 173 | 0 | 0 | 0 | $action eq "ADD" or $action eq "DEL" |