| line | true | false | branch | 
 
| 35 | 0 | 3 | *{$_;}{'CODE'} ? : | 
 
| 39 | 0 | 3 | *{$_;}{'CODE'} ? : | 
 
| 50 | 0 | 1 | ref $_[0] ? : | 
 
| 53 | 0 | 1 | @_ == 1 ? : | 
 
|  | 0 | 1 | $meta->{'HAS_BUILDARGS'} ? : | 
 
| 58 | 0 | 1 | exists $args->{'things'} ? : | 
 
| 62 | 0 | 1 | unless $meta->{'BUILD'} | 
 
|  | 0 | 1 | if not $no_build and @{[] unless $meta->{'BUILD'};} | 
 
| 65 | 0 | 1 | if @unknown | 
 
| 74 | 0 | 0 | unless $meta->{'BUILD'} | 
 
| 82 | 2 | 0 | defined ${^GLOBAL_PHASE} ? : | 
 
| 85 | 0 | 2 | unless $meta->{'DEMOLISH'} | 
 
| 92 | 0 | 0 | if $e | 
 
| 116 | 0 | 14 | if exists $DOES{$role} | 
 
| 117 | 0 | 14 | if $role eq "Foo" | 
 
| 118 | 0 | 14 | if ($INC{'Moose/Util.pm'} and my $meta = Moose::Util::find_meta(ref $self || $self)) | 
 
| 119 | 0 | 0 | if $meta->can("does_role") and $meta->does_role($role) | 
 
| 168 | 0 | 1 | ref $_[0] ? : | 
 
| 171 | 0 | 1 | @_ == 1 ? : | 
 
|  | 0 | 1 | $meta->{'HAS_BUILDARGS'} ? : | 
 
| 176 | 0 | 1 | exists $args->{'things'} ? : | 
 
| 180 | 0 | 1 | exists $args->{'stuff'} ? : | 
 
| 184 | 0 | 1 | unless $meta->{'BUILD'} | 
 
|  | 0 | 1 | if not $no_build and @{[] unless $meta->{'BUILD'};} | 
 
| 187 | 0 | 1 | if @unknown | 
 
| 211 | 0 | 7 | if exists $DOES{$role} | 
 
| 212 | 0 | 7 | if $role eq "Bar" | 
 
| 213 | 0 | 7 | if ($INC{'Moose/Util.pm'} and my $meta = Moose::Util::find_meta(ref $self || $self)) | 
 
| 214 | 0 | 0 | if $meta->can("does_role") and $meta->does_role($role) |