| blib/lib/Attean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 19 | 23 | 82.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 226 | 0 | 10 | 63 | $p->can("does") and $p->does($role) | 
| 251 | 0 | 15 | 177 | $class->can("does") and $class->does($role) | 
| 314 | 6 | 0 | 3 | ref $restrict and ref $restrict eq "ARRAY" | 
| 355 | 2 | 5 | 2 | defined $stype and $custom_thunks{$stype} | 
| 361 | 2 | 0 | 5 | defined $stype and my $sclasses = $media_types{$stype} | 
| 394 | 4 | 1 | 1 | defined $handles and not $handles =~ /::/u | 
| 398 | 3 | 1 | 2 | defined $prefer and not $prefer =~ /::/u | 
| line | l | !l | condition | 
|---|---|---|---|
| 303 | 2 | 7 | delete $options{'extend'} || {} |