| blib/lib/IRC/Indexer/Report/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 22 | 45.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 20 | 6 | 0 | 2 | $args{'fromhash'} and ref $args{'fromhash'} eq 'HASH' | 
| 145 | 1 | 0 | 0 | $linklist and ref $linklist eq 'ARRAY' | 
| 163 | 1 | 0 | 0 | $chanlist and ref $chanlist eq 'ARRAY' | 
| 172 | 2 | 0 | 0 | $hash and ref $hash eq 'HASH' | 
| line | l | !l | condition | 
|---|---|---|---|
| 87 | 25 | 0 | $self->netinfo->{'Status'} // '' | 
| 147 | 0 | 1 | $self->netinfo->{'ListLinks'} // [] | 
| 187 | 3 | 0 | $users //= 0 | 
| 188 | 3 | 0 | $topic //= '' | 
| 199 | 1 | 0 | $self->netinfo->{'HashChans'} // {} |