Condition Coverage

blib/lib/Ace/Model.pm
Criterion Covered Total %
condition 7 10 70.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 4 not $$break_cycle{$name} and $db
0 3 1 not $$break_cycle{$name} and $db and my(@hashes) = grep({$_ ne $name;} $data =~ /\#(\S+)/g)

or 2 conditions

line l !l condition
22 1 3 $break_cycle ||= {}
55 7 3 $$self{'tags'} ||= {map({lc $_, 1;} grep({not /^[\#\?]/o;} grep({not /$KEYWORD/o;} $$self{'raw'} =~ /(\S+)/g, map({$_->tags;} @{$$self{'submodels'};}))))}