(String text)
| 27 | } |
| 28 | |
| 29 | public static boolean isSub(String text) { |
| 30 | return SUB.contains(getExt(text).toLowerCase()); |
| 31 | } |
| 32 | |
| 33 | public static boolean isMedia(String text) { |
| 34 | return MEDIA.contains(getExt(text).toLowerCase()); |
no test coverage detected