line | % | coverage | branch |
64 | 100 | T | F | if ref $_ ne 'CODE' |
83 | 100 | T | F | if @return_values == 1 |
85 | 100 | T | F | if @return_values > 1 |
94 | 100 | T | F | if blessed($exception[0]) and $exception[0]->can('throw') |
111 | 100 | T | F | if (@_ > 0 and ref $_[0] eq 'CODE') |
114 | 100 | T | F | if (@_ > 0) |
131 | 100 | T | F | unless Num->check($n) |
143 | 100 | T | F | unless Num->check($n) |
154 | 100 | T | F | unless Num->check($n) |
165 | 100 | T | F | unless NumRange->check([$lower, $upper]) |
187 | 100 | T | F | unless MockType->check($mock) |
198 | 100 | T | F | if not @mocks or grep {not MockType->check($_);} @mocks |
227 | 100 | T | F | if defined ${$caller_pkg . '::INC';}{$module_file} |
231 | 100 | T | F | if defined *{$mocked_class . '::AUTOLOAD';}{'CODE'} |