| line | true | false | branch | 
 
| 31 | 0 | 0 | if ref $obj and $obj->isa($class) | 
 
| 40 | 0 | 0 | unless @_ | 
 
| 61 | 0 | 2 | if $condition | 
 
| 83 | 0 | 1 | if is_defined $val | 
 
| 140 | 0 | 0 | if $val | 
 
| 152 | 0 | 0 | if $required | 
 
| 156 | 0 | 0 | if @unsupported_args == 0 and @missing_required_args == 0 | 
 
| 159 | 0 | 0 | if (@missing_required_args) | 
 
| 163 | 0 | 0 | if (@unsupported_args) | 
 
| 173 | 0 | 0 | if $val eq $valid_value | 
 
| 186 | 0 | 0 | if $_[0] eq 'Error::Hierarchy::Util' | 
 
| 188 | 0 | 0 | if (my $callback = shift()) | 
 
| 189 | 0 | 0 | unless ref $callback eq 'CODE' | 
 
| 205 | 0 | 0 | if ${"${class}::VERSION";} | 
 
| 211 | 0 | 0 | if (defined $@ and $@ ne '') | 
 
| 214 | 0 | 0 | if (my $code = 'Error::Hierarchy::Util'->loader_callback) | 
 
| 215 | 0 | 0 | if &$code($class) | 
 
| 219 | 0 | 0 | if $verbose |