Package Interface Size (PIS)

Description:

PIS is the number of classes in a package that are used from outside the package.

A class uses a package if it calls methods, accesses attributes or extends a class defined in that package.