Branch Coverage

blib/lib/Mars/Mixin.pm
Criterion Covered Total %
branch 17 20 85.0


line true false branch
21 1 5 @args ? :
35 6 0 if ($exports{'attr'} and not *{"${from}::attr";}{"CODE"})
38 5 1 if ($exports{'base'} and not *{"${from}::base";}{"CODE"})
41 6 0 unless (*{"${from}::false";}{"CODE"})
44 5 1 if ($exports{'from'} and not *{"${from}::from";}{"CODE"})
47 5 1 if ($exports{'mixin'} and not *{"${from}::mixin";}{"CODE"})
50 5 1 if ($exports{'role'} and not *{"${from}::role";}{"CODE"})
53 5 1 if ($exports{'test'} and not *{"${from}::test";}{"CODE"})
56 6 0 unless (*{"${from}::true";}{"CODE"})
59 5 1 if ($exports{'with'} and not *{"${from}::with";}{"CODE"})