| blib/lib/POE/Component/SmokeBox/Smoker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 12 | 41.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 16 | 0 | 0 | if ref $_[0] eq "HASH" | 
| 17 | 4 | 0 | if not defined $_[0] or $_[0]->isa("CODE") | 
| 21 | 0 | 54 | unless my $args = check($tmpl, {@_}, 1) | 
| 25 | 0 | 0 | if ref $_[0] eq "HASH" | 
| 26 | 4 | 0 | if not defined $_[0] or $_[0]->isa("CODE") | 
| 38 | 4 | 166 | if defined $self->$data |