| blib/lib/Bootylicious/Article.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 18 | unless $self->metadata('title', @_) |
| 23 | 0 | 20 | if (defined $value) |
| 25 | 0 | 0 | if $value ne '' |
| 34 | 0 | 20 | unless $tags |
| 39 | 0 | 0 | (shift())->tags ? : |
| 46 | 1 | 2 | defined $comments && $comments =~ /^(no|false|disable)$/i ? : |
| 63 | 3 | 2 | $finder->find($source_uri) ? : |
| 90 | 3 | 1 | if (my $last = $self->comments->last) |