| blib/lib/Test2/Event.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 39 | 48 | 81.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 95 | 6 | 0 | 2 | $uuida and $uuidb | 
| 202 | 27 | 3 | 1 | $self->causes_fail and not $out->{'assert'} | 
| 215 | 25 | 1 | 5 | $do_info and not $self->no_display | 
| 26 | 3 | 2 | $do_info and not $self->no_display and $self->diagnostics | |
| 261 | 2 | 1 | 26 | @_ and (&reftype($_[0]) || '') eq 'HASH' | 
| 273 | 124 | 4 | 2 | $params{'require_facet_class'} and not $fclass | 
| 283 | 84 | 36 | 4 | $is_list and not $got_list | 
| 286 | 84 | 36 | 4 | $got_list and not $is_list | 
| 314 | 2 | 0 | 0 | $hubs and @$hubs | 
| line | l | !l | condition | 
|---|---|---|---|
| 130 | 6550 | 0 | ref $self || undef | 
| 169 | 32 | 0 | $self->summary || undef | 
| 170 | 1 | 31 | $self->no_display || undef | 
| 175 | 7 | 25 | $self->global || 0 | 
| 199 | 0 | 1 | $out->{'control'}{'terminate'} ||= 0 | 
| 261 | 26 | 1 | &reftype($_[0]) || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 123 | 1174 | 6052 | 0 | $_[0]{'_eid'} ||= &gen_uid() | 
| 135 | 5371 | 1179 | 0 | $self->{'_eid'} || $self->eid | 
| 264 | 23 | 3 | 0 | $f ||= $class_or_self->facet_data |