| lib/MP3/PodcastFetch/XML/SimpleParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 18 | 66.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 179 | 4 | 8 | if @_ | 
| 232 | 116 | 8 | $self->can($method) ? : | 
| 250 | 116 | 8 | $self->can($method) ? : | 
| 264 | 244 | 88 | if (@_ and length(my $text = shift()) > 0) { } | 
| 305 | 0 | 4 | if (my $cb = $self->callback) { } | 
| 307 | 0 | 0 | if $@ | 
| 324 | 0 | 4 | unless my $r = $$self{'XML::SimpleParser::results'} | 
| 325 | 4 | 0 | wantarray ? : | 
| 357 | 0 | 4 | if @_ |