Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 2117 defined $_ && !ref($_) && /^[A-Za-z]/u
37 655 187 469 $exports{'attr'} and not *{"${from}::attr";}{"CODE"}
40 121 184 1006 $exports{'base'} and not *{"${from}::base";}{"CODE"}
43 1310 0 1 $exports{'catch'} and not *{"${from}::catch";}{"CODE"}
46 1307 2 2 $exports{'error'} and not *{"${from}::error";}{"CODE"}
52 1311 0 0 $exports{'fault'} and not *{"${from}::fault";}{"CODE"}
55 1071 153 87 $exports{'from'} and not *{"${from}::from";}{"CODE"}
58 1309 0 2 $exports{'raise'} and not *{"${from}::raise";}{"CODE"}
61 1039 184 88 $exports{'mixin'} and not *{"${from}::mixin";}{"CODE"}
64 1071 153 87 $exports{'role'} and not *{"${from}::role";}{"CODE"}
67 1039 184 88 $exports{'test'} and not *{"${from}::test";}{"CODE"}
73 391 192 728 $exports{'with'} and not *{"${from}::with";}{"CODE"}