| line | true | false | branch | 
 
| 57 | 0 | 0 | *{$_;}{'CODE'} ? : | 
 
| 61 | 0 | 0 | *{$_;}{'CODE'} ? : | 
 
| 72 | 0 | 0 | ref $_[0] ? : | 
 
| 75 | 0 | 0 | @_ == 1 ? : | 
 
|  | 0 | 0 | $meta->{'HAS_BUILDARGS'} ? : | 
 
| 81 | 0 | 0 | unless $meta->{'BUILD'} | 
 
|  | 0 | 0 | if not $no_build and @{[] unless $meta->{'BUILD'};} | 
 
| 84 | 0 | 0 | unless ref \$_ eq "SCALAR" | 
 
|  | 0 | 0 | if (defined $_) | 
 
|  | 0 | 0 | if @unknown | 
 
| 93 | 0 | 0 | unless $meta->{'BUILD'} | 
 
| 101 | 0 | 0 | defined ${^GLOBAL_PHASE} ? : | 
 
| 104 | 0 | 0 | unless $meta->{'DEMOLISH'} | 
 
| 111 | 0 | 0 | if $e | 
 
| 121 | 0 | 96 | if exists $DOES{$role} | 
 
| 122 | 0 | 96 | if $role eq "MyTest" | 
 
| 123 | 0 | 96 | if ($INC{'Moose/Util.pm'} and my $meta = Moose::Util::find_meta(ref $self || $self)) | 
 
| 124 | 0 | 0 | if $meta->can("does_role") and $meta->does_role($role) |