| blib/lib/BioX/Workflow/Rules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 3 | 12 | 25.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 142 | 0 | 9 | if ($self->has_select_rules) | 
| 143 | 0 | 0 | unless ($self->filter_select_rules(sub { /^$p$/; } )) | 
| 148 | 0 | 9 | if ($self->has_match_rules) | 
| 149 | 0 | 0 | unless ($self->map_match_rules(sub { $p =~ /$_/; } )) | 
| 154 | 0 | 9 | if ($ret) | 
| 159 | 0 | 0 | if $self->auto_name |