| blib/lib/Graph/Centrality/Pagerank.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 15 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 213 | 0 | 1 | 30 | 0 < $Parameters{'dampeningFactor'} and $Parameters{'dampeningFactor'} < 1 | 
| 226 | 10 | 21 | 0 | not defined $directed and exists $Parameters{'graph'} | 
| 545 | 101 | 30 | 31 | $error < $Parameters{'maxRelError'} and $iteration >= $Parameters{'minIterations'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 124 | 0 | 23 | 0 | ref $Class || $Class | 
| 575 | 23 | 0 | 1196 | $sum == $one or $powerOf2 > 2048 |