Condition Coverage

blib/lib/Language/Prolog/Types/Abstract.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
102 0 0 0 ref $self eq 'ARRAY' and @$self == 0
120 0 0 0 ref $self eq 'ARRAY' and @{$self;} > 0
136 0 0 0 ref $self eq 'ARRAY' and @$self > 0
207 0 0 0 prolog_is_atom $_ and /^\d+$/
0 0 0 prolog_is_atom $_ and /^\d+$/ and $_ < 256

or 3 conditions

line l !l&&r !l&&!r condition
80 0 0 0 not ref $_[0] or ref $_[0] eq 'ARRAY'
102 0 0 0 not defined $self or UNIVERSAL::isa($self, 'Language::Prolog::Types::Nil')
148 0 0 0 not defined $self or UNIVERSAL::isa($self, 'Language::Prolog::Types::ListOrNil')