Condition Coverage

blib/lib/Venus/Role.pm
Criterion Covered Total %
condition 30 36 83.3


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 2168 defined $_ && !ref($_) && /^[A-Za-z]/u
37 2068 74 113 $exports{'attr'} and not *{"${from}::attr";}{"CODE"}
40 2166 74 15 $exports{'base'} and not *{"${from}::base";}{"CODE"}
43 2253 0 2 $exports{'catch'} and not *{"${from}::catch";}{"CODE"}
46 2253 0 2 $exports{'error'} and not *{"${from}::error";}{"CODE"}
52 1529 0 726 $exports{'fault'} and not *{"${from}::fault";}{"CODE"}
55 2166 74 15 $exports{'from'} and not *{"${from}::from";}{"CODE"}
58 2253 0 2 $exports{'raise'} and not *{"${from}::raise";}{"CODE"}
61 2166 74 15 $exports{'mixin'} and not *{"${from}::mixin";}{"CODE"}
64 2166 74 15 $exports{'role'} and not *{"${from}::role";}{"CODE"}
67 2166 74 15 $exports{'test'} and not *{"${from}::test";}{"CODE"}
73 828 74 1353 $exports{'with'} and not *{"${from}::with";}{"CODE"}