Branch Coverage

blib/lib/Venus/Class.pm
Criterion Covered Total %
branch 27 28 96.4


line true false branch
23 1071 240 @args ? :
37 469 842 if ($exports{'attr'} and not *{"${from}::attr";}{"CODE"})
40 1006 305 if ($exports{'base'} and not *{"${from}::base";}{"CODE"})
43 1 1310 if ($exports{'catch'} and not *{"${from}::catch";}{"CODE"})
46 2 1309 if ($exports{'error'} and not *{"${from}::error";}{"CODE"})
49 1115 196 unless (*{"${from}::false";}{"CODE"})
52 0 1311 if ($exports{'fault'} and not *{"${from}::fault";}{"CODE"})
55 87 1224 if ($exports{'from'} and not *{"${from}::from";}{"CODE"})
58 2 1309 if ($exports{'raise'} and not *{"${from}::raise";}{"CODE"})
61 88 1223 if ($exports{'mixin'} and not *{"${from}::mixin";}{"CODE"})
64 87 1224 if ($exports{'role'} and not *{"${from}::role";}{"CODE"})
67 88 1223 if ($exports{'test'} and not *{"${from}::test";}{"CODE"})
70 1115 196 unless (*{"${from}::true";}{"CODE"})
73 728 583 if ($exports{'with'} and not *{"${from}::with";}{"CODE"})