| blib/lib/Word/Rhymes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 31 | 37 | 83.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 61 | 26 | 0 | 1 | defined $context and not $context =~ /^\w+$/ | 
| 217 | 0 | 0 | 0 | $_ % $columns == 0 and $_ != 0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 110 | 117 | 1 | $self->{'file'} // '' | 
| 129 | 1000 | 101 | $self->{'limit'} // 1000 | 
| 148 | 1000 | 3 | $self->{'max_results'} // 1000 | 
| 167 | 4290 | 5963 | $self->{'min_score'} // 0 | 
| 186 | 1636 | 7977 | $self->{'min_syllables'} // 1 | 
| 195 | 5 | 24 | $self->{'multi_word'} // 0 | 
| 232 | 4 | 24 | $self->{'return_raw'} // 0 | 
| 254 | 82 | 211 | $self->{'sort_by'} // 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 72 | 26 | 0 | 0 | $self->file or $response->is_success | 
| 117 | 2 | 2 | 1000 | $limit < 1 or $limit > 1000 | 
| 136 | 2 | 2 | 1000 | $max < 1 or $max > 1000 | 
| 155 | 2 | 2 | 1609 | $min < 0 or $min > 1000000 | 
| 174 | 2 | 2 | 104 | $min < 1 or $min > 100 |