blib/lib/Test/Proto/Where.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
49 | 0 | 6 | unless defined $where |
50 | 0 | 6 | if ref $where ne 'Test::Proto::Where' |
69 | 5 | 3 | if Test::Proto::Common::upgrade($$self{'proto'})->validate($subject) |
70 | 0 | 3 | unless defined $$self{'fallback'} |
71 | 0 | 3 | if ref $$self{'fallback'} ne 'Test::Proto::Where' |
74 | 0 | 8 | unless defined $$self{'code'} |