| blib/lib/Acme/MetaSyntactic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 29 | 30 | 96.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 38 | 0 | 13 | grep({$_ eq ':all';} @_) ? : | 
| 41 | 3 | 10 | if @themes | 
| 52 | 1 | 2 | if $@ | 
| 60 | 46 | 9 | if @args % 2 | 
| 61 | 9 | 46 | unless $theme | 
| 73 | 1 | 5 | if exists $META{$theme} | 
| 75 | 1 | 4 | if @badnames | 
| 112 | 62 | 87 | if (/^#\s*(\w+.*)$/) | 
| 146 | 19 | 7 | if (@_) { } | 
| 148 | 5 | 14 | if $theme =~ /^(?:0|[1-9]\d*)$/ | 
| 155 | 22 | 4 | unless (exists $self->{'meta'}{$theme}) | 
| 157 | 11 | 11 | unless ($META{$Theme}) | 
| 159 | 3 | 8 | if $@ | 
| 171 | 8 | 1 | wantarray ? : | 
| 172 | 3 | 1 | $_[1] ? : |