----------------------------------------------------------------------
($version, $level)
| 87 | |
| 88 | //---------------------------------------------------------------------- |
| 89 | public static function getDataLength($version, $level) |
| 90 | { |
| 91 | return self::$capacity[$version][QRCAP_WORDS] - self::$capacity[$version][QRCAP_EC][$level]; |
| 92 | } |
| 93 | |
| 94 | //---------------------------------------------------------------------- |
| 95 | public static function getECCLength($version, $level) |
no outgoing calls
no test coverage detected