blib/lib/NNexus/Classification.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 14 | 64.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
122 | 2 | 2 | 1 | defined $index1 && defined $index2 |
149 | 0 | 1 | 1 | $link and grep {($$candidates[$_]{'link'} || '') eq $link;} @{$category_view{$msc_index};} |
line | l | !l | condition |
---|---|---|---|
149 | 1 | 0 | $$candidates[$_]{'link'} || '' |
196 | 0 | 1 | $score //= 0 |
197 | 0 | 1 | $size //= 0 |
198 | 0 | 1 | $clique //= [] |