| line | true | false | branch | 
 
| 26 | 0 | 0 | unless exists $args{'comic'} and defined $args{'comic'} | 
 
| 29 | 0 | 0 | if (exists $args{'plugin'}) | 
 
| 36 | 0 | 0 | if $WWW::Comix::EVAL_ERROR | 
 
| 37 | 0 | 0 | unless $agent and $agent->is_ok | 
 
| 46 | 0 | 0 | if wantarray | 
 
| 56 | 0 | 0 | unless eval {
	do {
	$comic_for{$plugin->get_name} = [sort($plugin->get_comics_list(@_))]
}
} | 
 
| 62 | 0 | 0 | if wantarray | 
 
| 71 | 0 | 0 | unless eval {
	do {
	my $plugin_name = $plugin->get_name;
foreach my $comic ($plugin->get_comics_list(@_)) {
	push @{$plugin_for{$comic};}, $plugin_name;
};
1
}
} | 
 
| 81 | 0 | 0 | if wantarray | 
 
| 93 | 0 | 0 | if $name eq $_->get_name |