Branch Coverage

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


line true false branch
23 4 44 @args ? :
37 7 41 if ($exports{'attr'} and not *{"${from}::attr";}{"CODE"})
40 6 42 if ($exports{'base'} and not *{"${from}::base";}{"CODE"})
43 1 47 if ($exports{'catch'} and not *{"${from}::catch";}{"CODE"})
46 1 47 if ($exports{'error'} and not *{"${from}::error";}{"CODE"})
49 8 40 unless (*{"${from}::false";}{"CODE"})
52 0 48 if ($exports{'fault'} and not *{"${from}::fault";}{"CODE"})
55 6 42 if ($exports{'from'} and not *{"${from}::from";}{"CODE"})
58 1 47 if ($exports{'raise'} and not *{"${from}::raise";}{"CODE"})
61 6 42 if ($exports{'mixin'} and not *{"${from}::mixin";}{"CODE"})
64 6 42 if ($exports{'role'} and not *{"${from}::role";}{"CODE"})
67 6 42 if ($exports{'test'} and not *{"${from}::test";}{"CODE"})
70 8 40 unless (*{"${from}::true";}{"CODE"})
73 6 42 if ($exports{'with'} and not *{"${from}::with";}{"CODE"})