Branch Coverage

blib/lib/Mars/Role.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
21 2 17 @args ? :
34 12 7 if ($exports{'attr'} and not *{"${from}::attr";}{"CODE"})
37 10 9 if ($exports{'base'} and not *{"${from}::base";}{"CODE"})
40 12 7 unless (*{"${from}::false";}{"CODE"})
43 10 9 if ($exports{'from'} and not *{"${from}::from";}{"CODE"})
46 10 9 if ($exports{'role'} and not *{"${from}::role";}{"CODE"})
49 10 9 if ($exports{'test'} and not *{"${from}::test";}{"CODE"})
52 12 7 unless (*{"${from}::true";}{"CODE"})
55 10 9 if ($exports{'with'} and not *{"${from}::with";}{"CODE"})