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 2419 defined $_ && !ref($_) && /^[A-Za-z]/u
37 755 187 549 $exports{'attr'} and not *{"${from}::attr";}{"CODE"}
40 139 184 1168 $exports{'base'} and not *{"${from}::base";}{"CODE"}
43 1490 0 1 $exports{'catch'} and not *{"${from}::catch";}{"CODE"}
46 1487 2 2 $exports{'error'} and not *{"${from}::error";}{"CODE"}
52 1491 0 0 $exports{'fault'} and not *{"${from}::fault";}{"CODE"}
55 1236 153 102 $exports{'from'} and not *{"${from}::from";}{"CODE"}
58 1489 0 2 $exports{'raise'} and not *{"${from}::raise";}{"CODE"}
61 1204 184 103 $exports{'mixin'} and not *{"${from}::mixin";}{"CODE"}
64 1236 153 102 $exports{'role'} and not *{"${from}::role";}{"CODE"}
67 1204 184 103 $exports{'test'} and not *{"${from}::test";}{"CODE"}
73 466 192 833 $exports{'with'} and not *{"${from}::with";}{"CODE"}