| blib/lib/Hook/Modular/Walker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 12 | 8.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 37 | 0 | 184 | 0 | not $$self{'apply_blessed'} and blessed $arg | 
| 46 | 0 | 0 | 0 | isa($arg, 'REF') && $$self{'apply_ref'} | 
| 0 | 0 | 0 | isa($arg, 'CODE') && $$self{'apply_code'} | |
| 73 | 0 | 0 | 0 | blessed $arg && $arg->can('serialize') |