Condition Coverage

blib/lib/Attribute/Lexical.pm
Criterion Covered Total %
condition 12 26 46.1


and 3 conditions

line !l l&&!r l&&r condition
163 0 0 2 defined $ident and defined(my $handler = 'Attribute::Lexical'->handler_for_caller(\@caller, "${type}:$ident"))
0 16 37 defined $ident and defined(my $handler = 'Attribute::Lexical'->handler_for_caller(\@caller, "${type}:$ident"))
0 0 2 defined $ident and defined(my $handler = 'Attribute::Lexical'->handler_for_caller(\@caller, "${type}:$ident"))
0 2 7 defined $ident and defined(my $handler = 'Attribute::Lexical'->handler_for_caller(\@caller, "${type}:$ident"))

or 2 conditions

line l !l condition
291 60 6 $caller->[10] || {}

or 3 conditions

line l !l&&r !l&&!r condition
163 0 0 4 not @caller or $caller[3] =~ /::BEGIN\z/
0 0 92 not @caller or $caller[3] =~ /::BEGIN\z/
0 0 4 not @caller or $caller[3] =~ /::BEGIN\z/
0 0 18 not @caller or $caller[3] =~ /::BEGIN\z/