Test Environment: Python3 and Poky (Yocto Reference System) Installation $ sudo pip3 install coverage Run $ git clone git://git.yoctoproject.org/poky $ cd poky $ source oe-init-build-env $ coverage3 run ../bitbake/bin/bitbake zip-native Analysis Result summary ".coverage" file is created in poky/build directory $ coverage3 report Result analysis in each files "xxx.cover" files are created in eac..