blib/lib/Algorithm/RabinKarp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
116 | 1 | 4 | if ref $source eq 'CODE' |
119 | 3 | 1 | if (defined $source and not ref $source) { } |
0 | 1 | elsif (UNIVERSAL::isa($source, 'IO::Handle') or UNIVERSAL::isa($source, 'GLOB')) { } | |
154 | 1 | 21 | unless @$nextval |