| line | true | false | branch | 
 
| 35 | 0 | 1 | *{$_;}{'CODE'} ? : | 
 
| 39 | 0 | 1 | *{$_;}{'CODE'} ? : | 
 
| 50 | 0 | 3 | ref $_[0] ? : | 
 
| 53 | 0 | 3 | @_ == 1 ? : | 
 
|  | 0 | 3 | $meta->{'HAS_BUILDARGS'} ? : | 
 
| 58 | 1 | 2 | if (exists $args->{'foo'}) | 
 
| 59 | 1 | 2 | if ref $self->{'foo'} | 
 
| 63 | 0 | 3 | unless $meta->{'BUILD'} | 
 
|  | 0 | 3 | if not $no_build and @{[] unless $meta->{'BUILD'};} | 
 
| 66 | 0 | 3 | if @unknown | 
 
| 75 | 0 | 0 | unless $meta->{'BUILD'} | 
 
| 83 | 3 | 0 | defined ${^GLOBAL_PHASE} ? : | 
 
| 86 | 0 | 3 | unless $meta->{'DEMOLISH'} | 
 
| 93 | 0 | 0 | if $e | 
 
| 102 | 1 | 0 | if ref $_[0]{'foo'} | 
 
|  | 1 | 6 | @_ > 1 ? : | 
 
| 103 | 0 | 1 | unless @_ == 2 | 
 
|  | 1 | 0 | if ref $_[0]{'foo'} | 
 
| 110 | 0 | 7 | if exists $DOES{$role} | 
 
| 111 | 0 | 7 | if $role eq "MyTest" | 
 
| 112 | 0 | 7 | if ($INC{'Moose/Util.pm'} and my $meta = Moose::Util::find_meta(ref $self || $self)) | 
 
| 113 | 0 | 0 | if $meta->can("does_role") and $meta->does_role($role) |