Condition Coverage

lib/UR/Object/Command/List.pm
Criterion Covered Total %
condition 4 33 12.1


and 2 conditions

line l !l condition
94 0 0 $self->error_message(q[Can't open file handle to output param ] . $self->output) and die

and 3 conditions

line !l l&&!r l&&r condition
84 0 6 0 defined $self->csv_delimiter and $self->csv_delimiter ne $self->__meta__->property_meta_for_name('csv_delimiter')->default_value
6 0 0 defined $self->csv_delimiter and $self->csv_delimiter ne $self->__meta__->property_meta_for_name('csv_delimiter')->default_value and $self->style ne 'csv'
214 2 0 26 $self->_show_item_is_property_name($item) and not defined $expr
308 0 0 0 not $self->subject_class_name and my $subject_class_name = $self->_resolved_params_from_get_options->{'subject_class_name'}
369 0 0 0 $ancestor_property_meta and $ancestor_property_meta->doc
382 0 0 0 $data_type and $data_class eq $data_type
388 0 0 0 $type and $type =~ /::/
452 0 0 0 substr($_->property_name, 0, 1) ne '_' and not $_->implied_by
0 0 0 substr($_->property_name, 0, 1) ne '_' and not $_->implied_by and not $_->is_transient

or 2 conditions

line l !l condition
376 0 0 $property_doc ||= ''
403 0 0 $data_type ||= 'Text'