blib/lib/Math/Polynomial/Cyclotomic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 16 | 87.5 |
line | l | !l | condition |
---|---|---|---|
62 | 2 | 2 | $table || {} |
68 | 2 | 2 | $n ||= 1 |
70 | 2 | 2 | $table ||= {} |
81 | 2 | 2 | $n ||= 1 |
82 | 2 | 2 | $table ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 7 | 4 | 0 | $table->{$r} || _cyclo_poly($u, $table, $r, \@d) |
56 | 1 | 5 | 0 | $table->{$n} || _cyclo_poly($u, $table, $n) |